diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-11-29 20:47:18 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-11-29 20:47:18 +0000 |
commit | 71ea5bd2d05058008e604ffd42993be9c7250e04 (patch) | |
tree | a5074671ddfaa9d1621a4182fc95a91a98b3d536 /src/util/test_common_logging_runtime_loglevels.c | |
parent | b335777fd435142c16eb05e86c8a64a4b1a45447 (diff) |
-fixing indentation
Diffstat (limited to 'src/util/test_common_logging_runtime_loglevels.c')
-rw-r--r-- | src/util/test_common_logging_runtime_loglevels.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c index 79b888c560..9b5b1228ac 100644 --- a/src/util/test_common_logging_runtime_loglevels.c +++ b/src/util/test_common_logging_runtime_loglevels.c @@ -314,14 +314,13 @@ runone () break; } - proc = - GNUNET_OS_start_process (NULL, pipe_stdout, + proc = GNUNET_OS_start_process (NULL, pipe_stdout, #if MINGW - "test_common_logging_dummy", + "test_common_logging_dummy", #else - "./test_common_logging_dummy", + "./test_common_logging_dummy", #endif - "test_common_logging_dummy", NULL); + "test_common_logging_dummy", NULL); putenv ("GNUNET_FORCE_LOG="); putenv ("GNUNET_LOG="); |