]> granicus.if.org Git - sudo/commitdiff
fix brace style
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 31 Aug 2016 14:34:07 +0000 (08:34 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 31 Aug 2016 14:34:07 +0000 (08:34 -0600)
src/exec.c

index 3fb5134ffd1409fead205e5b02ca12db4cf835ee..7bcada411691548fe372ce1f01d5415c8f1cdec0 100644 (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;