From 3e9702580ef3328f6de23eeef329a4db519ed271 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 25 Apr 2016 09:58:32 -0600 Subject: [PATCH] style fix; fork_cmnd should start on a new line --- src/exec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/exec.c b/src/exec.c index 1ceb99bb5..e10a567ab 100644 --- a/src/exec.c +++ b/src/exec.c @@ -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; -- 2.40.0