Accept options --cvs-urls, --git-urls.
[gnulib.git] / tests / test-getpass.c
index 12f08ae..52d2ee2 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: ");