tweaks: normalize the indentation after the previous change
parent
0f7a309adc
commit
9f20fadee1
|
@ -882,11 +882,10 @@ void signal_init(void)
|
|||
sigaction(SIGWINCH, &deed, NULL);
|
||||
#endif
|
||||
|
||||
/* Block all other signals in the suspend and continue handlers.
|
||||
/* In the suspend and continue handlers, block all other signals.
|
||||
* If we don't do this, other stuff interrupts them! */
|
||||
sigfillset(&deed.sa_mask);
|
||||
#ifdef SIGTSTP
|
||||
/* Trap a normal suspend (^Z) so we can handle it ourselves. */
|
||||
deed.sa_handler = do_suspend;
|
||||
sigaction(SIGTSTP, &deed, NULL);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue