- 80 char align
authorBart Polot <bart@net.in.tum.de>
Fri, 5 Apr 2013 12:40:15 +0000 (12:40 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 5 Apr 2013 12:40:15 +0000 (12:40 +0000)
src/util/test_os_start_process.c

index 0f225bcec0d6b97a16c767eb15afdc2a55a091f7..7005c11a47b092ee901b250383bcdb418d8356dd 100644 (file)
@@ -131,7 +131,8 @@ run_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   }
 
   proc =
-      GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ERR, hello_pipe_stdin, hello_pipe_stdout, fn,
+      GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ERR,
+                               hello_pipe_stdin, hello_pipe_stdout, fn,
                                "test_gnunet_echo_hello", "-", NULL);
   GNUNET_free (fn);