filter through indent
authorJim Meyering <jim@meyering.net>
Wed, 24 Aug 2005 11:56:36 +0000 (11:56 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Aug 2005 11:56:36 +0000 (11:56 +0000)
tests/test-getpass.c

index 12f08ae78dae1f7e2a154d59f1281b7c0a09e46f..52d2ee2fe5868d9f820ab8f56283aaa04e3092b0 100644 (file)
@@ -23,7 +23,8 @@
 #include <stdio.h>
 #include "getpass.h"
 
-int main (int argc, char *argv[])
+int
+main (int argc, char *argv[])
 {
   char *pass = getpass ("Enter password: ");