From: Christian Grothoff Date: Thu, 23 Feb 2017 21:50:52 +0000 (+0100) Subject: fix indentation X-Git-Tag: taler-0.2.1~70^2~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7056d8853438b5170926335853195333e8968375;p=oweals%2Fgnunet.git fix indentation --- diff --git a/src/testing/testing.c b/src/testing/testing.c index 043bdd7d2..bab7976ea 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -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;