style fix; fork_cmnd should start on a new line

This commit is contained in:
Todd C. Miller
2016-04-25 09:58:32 -06:00
parent b4309d4aea
commit 3e9702580e

View 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. * Fork and execute a command, returns the child's pid.
* Sends errno back on sv[1] if execve() fails. * 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; struct command_status cstat;
sigaction_t sa; sigaction_t sa;