fix indentation
authorChristian Grothoff <christian@grothoff.org>
Thu, 23 Feb 2017 21:50:52 +0000 (22:50 +0100)
committerChristian Grothoff <christian@grothoff.org>
Thu, 23 Feb 2017 21:55:30 +0000 (22:55 +0100)
src/testing/testing.c

index 043bdd7d207113f039bad71133ec2781668fb81f..bab7976ea6927d1648f1aea3c2232ffbfa80890b 100644 (file)
@@ -1633,7 +1633,9 @@ GNUNET_TESTING_service_run (const char *testdir,
   char *binary;
   char *libexec_binary;
 
-  GNUNET_log_setup (testdir, "WARNING", NULL);
+  GNUNET_log_setup (testdir,
+                    "WARNING",
+                    NULL);
   system = GNUNET_TESTING_system_create (testdir, "127.0.0.1", NULL, NULL);
   if (NULL == system)
     return 1;