Style fix.

This commit is contained in:
davidxu 2003-04-12 02:54:46 +00:00
parent d9072317cb
commit d5e8438f32

View File

@ -1645,7 +1645,7 @@ tdsignal(struct thread *td, int sig)
*/
if (action == SIG_HOLD &&
!((prop & SA_CONT) && (p->p_flag & P_STOPPED_SIG)))
return;
return;
/*
* Some signals have a process-wide effect and a per-thread
* component. Most processing occurs when the process next