From 266ec21f9bc6122dd756978d6590a213704271ea Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Sat, 5 Feb 2011 12:25:50 +0000 Subject: [PATCH] spaces --- src/util/os_priority.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/os_priority.c b/src/util/os_priority.c index e9ca9deea..4e868a3cc 100644 --- a/src/util/os_priority.c +++ b/src/util/os_priority.c @@ -460,7 +460,9 @@ CreateCustomEnvTable (char **vars) * @param pipe_stdout pipe to use to get output from child process (or NULL) * @param filename name of the binary * @param ... NULL-terminated list of arguments to the process + * * @return pointer to process structure of the new process, NULL on error + * */ struct GNUNET_OS_Process * GNUNET_OS_start_process (struct GNUNET_DISK_PipeHandle *pipe_stdin, -- 2.25.1