whitespace/style
This commit is contained in:
parent
cb02b9b724
commit
b5d4bfc0e3
@ -500,7 +500,8 @@ pipe_read(fp, uio, cred, flags, p)
|
||||
error = EAGAIN;
|
||||
} else {
|
||||
rpipe->pipe_state |= PIPE_WANTR;
|
||||
if ((error = tsleep(rpipe, PRIBIO|PCATCH, "piperd", 0)) == 0)
|
||||
if ((error = tsleep(rpipe, PRIBIO | PCATCH,
|
||||
"piperd", 0)) == 0)
|
||||
error = pipelock(rpipe, 1);
|
||||
}
|
||||
if (error)
|
||||
|
Loading…
x
Reference in New Issue
Block a user