pipe: whitespace nit in previous
This commit is contained in:
parent
c22ba7bb06
commit
331c21dd5e
@ -1468,7 +1468,7 @@ pipe_poll(struct file *fp, int events, struct ucred *active_cred,
|
||||
rpipe->pipe_state |= PIPE_SEL;
|
||||
}
|
||||
|
||||
if ((fp->f_flag & FWRITE)!= 0) {
|
||||
if ((fp->f_flag & FWRITE) != 0) {
|
||||
selrecord(td, &wpipe->pipe_sel);
|
||||
if (SEL_WAITING(&wpipe->pipe_sel))
|
||||
wpipe->pipe_state |= PIPE_SEL;
|
||||
|
Loading…
Reference in New Issue
Block a user