2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

fix brace style

This commit is contained in:
Todd C. Miller 2016-08-31 08:34:07 -06:00
parent b610137efa
commit a9570e64ff

View File

@ -785,8 +785,7 @@ dispatch_pending_signals(struct command_status *cstat)
}
}
/* Only stop if we haven't already been terminated. */
if (signo == SIGTSTP)
{
if (signo == SIGTSTP) {
memset(&sa, 0, sizeof(sa));
sigemptyset(&sa.sa_mask);
sa.sa_flags = SA_RESTART;