]> granicus.if.org Git - sudo/commitdiff
style fix; fork_cmnd should start on a new line
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 25 Apr 2016 15:58:32 +0000 (09:58 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 25 Apr 2016 15:58:32 +0000 (09:58 -0600)
src/exec.c

index 1ceb99bb5ce468bb33932f66cbf586d2901e565c..e10a567ab7e06c64ff54525ffaffd73524d31aef 100644 (file)
@@ -80,7 +80,8 @@ static void handler_user_only(int s, siginfo_t *info, void *context);
  * Fork and execute a command, returns the child's pid.
  * Sends errno back on sv[1] if execve() fails.
  */
-static int fork_cmnd(struct command_details *details, int sv[2])
+static int
+fork_cmnd(struct command_details *details, int sv[2])
 {
     struct command_status cstat;
     sigaction_t sa;