diff options
author | Bart Polot <bart@net.in.tum.de> | 2013-04-05 12:40:15 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2013-04-05 12:40:15 +0000 |
commit | b7b9aa01111acd66b8f22cb9d4c10edfaf999a03 (patch) | |
tree | ed0b36b10f747a1c18ef541d0bafadd64cd9e22b /src | |
parent | 05b5d18cc026acc99981b5cd0fb8d9711943915c (diff) |
- 80 char align
Diffstat (limited to 'src')
-rw-r--r-- | src/util/test_os_start_process.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/test_os_start_process.c b/src/util/test_os_start_process.c index 0f225bcec..7005c11a4 100644 --- a/src/util/test_os_start_process.c +++ b/src/util/test_os_start_process.c @@ -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); |