gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26774 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r26774 - gnunet/src/util
Date: Fri, 5 Apr 2013 14:40:15 +0200

Author: bartpolot
Date: 2013-04-05 14:40:15 +0200 (Fri, 05 Apr 2013)
New Revision: 26774

Modified:
   gnunet/src/util/test_os_start_process.c
Log:
- 80 char align

Modified: gnunet/src/util/test_os_start_process.c
===================================================================
--- gnunet/src/util/test_os_start_process.c     2013-04-05 12:22:52 UTC (rev 
26773)
+++ gnunet/src/util/test_os_start_process.c     2013-04-05 12:40:15 UTC (rev 
26774)
@@ -131,7 +131,8 @@
   }
 
   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);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]