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:
parent
b610137efa
commit
a9570e64ff
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user