stuff
[oweals/gnunet.git] / src / util / test_getopt.c
index e254ac31fb5e1e8e1882997b205fcf8f09ded8ac..1472fbb91231bb25dcff59584057934ea6de3f7d 100644 (file)
@@ -87,8 +87,7 @@ testVersion ()
     GNUNET_GETOPT_OPTION_END
   };
 
-  if (-1 != GNUNET_GETOPT_run ("test_getopt",
-                              versionoptionlist, 2, myargv))
+  if (-1 != GNUNET_GETOPT_run ("test_getopt", versionoptionlist, 2, myargv))
     {
       GNUNET_break (0);
       return 1;
@@ -109,8 +108,7 @@ testAbout ()
     GNUNET_GETOPT_OPTION_END
   };
 
-  if (-1 != GNUNET_GETOPT_run ("test_getopt",
-                               aboutoptionlist, 2, myargv))
+  if (-1 != GNUNET_GETOPT_run ("test_getopt", aboutoptionlist, 2, myargv))
     {
       GNUNET_break (0);
       return 1;