pipe: whitespace nit in previous

This commit is contained in:
Mateusz Guzik 2020-11-04 23:17:41 +00:00
parent c22ba7bb06
commit 331c21dd5e

View File

@ -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;