aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-23 22:50:52 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-23 22:55:30 +0100
commit7056d8853438b5170926335853195333e8968375 (patch)
tree82a9ffefab86740b0423466ac25cb7accf7d17a8 /src/testing
parent0c651a9ceb04fad03408f09dda84a20f1d698593 (diff)
downloadgnunet-7056d8853438b5170926335853195333e8968375.tar.gz
gnunet-7056d8853438b5170926335853195333e8968375.zip
fix indentation
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c4
1 files changed, 3 insertions, 1 deletions
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,
1633 char *binary; 1633 char *binary;
1634 char *libexec_binary; 1634 char *libexec_binary;
1635 1635
1636 GNUNET_log_setup (testdir, "WARNING", NULL); 1636 GNUNET_log_setup (testdir,
1637 "WARNING",
1638 NULL);
1637 system = GNUNET_TESTING_system_create (testdir, "127.0.0.1", NULL, NULL); 1639 system = GNUNET_TESTING_system_create (testdir, "127.0.0.1", NULL, NULL);
1638 if (NULL == system) 1640 if (NULL == system)
1639 return 1; 1641 return 1;