indentation fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 27 Dec 2017 13:07:58 +0000 (14:07 +0100)
committerChristian Grothoff <christian@grothoff.org>
Wed, 27 Dec 2017 13:26:55 +0000 (14:26 +0100)
src/cadet/test_cadet.c

index 72df2203ccf9c8874734d3b2538d8ca9c4421b4a..6691a057331c49eebd7c4a601ef5ca84b5abbabe 100644 (file)
@@ -960,16 +960,16 @@ main (int argc, char *argv[])
   char port_id[] = "test port";
   struct GNUNET_GETOPT_CommandLineOption options[] = {
     GNUNET_GETOPT_option_relative_time ('t',
-                                            "time",
-                                            "short_time",
-                                            gettext_noop ("set short timeout"),
-                                            &short_time),
+                                       "time",
+                                       "short_time",
+                                       gettext_noop ("set short timeout"),
+                                       &short_time),
 
     GNUNET_GETOPT_option_uint ('m',
-                                   "messages",
-                                   "NUM_MESSAGES",
-                                   gettext_noop ("set number of messages to send"),
-                                   &total_packets),
+                              "messages",
+                              "NUM_MESSAGES",
+                              gettext_noop ("set number of messages to send"),
+                              &total_packets),
 
     GNUNET_GETOPT_OPTION_END
   };