whitespace/style

This commit is contained in:
Alfred Perlstein 2001-05-24 18:06:22 +00:00
parent 190609dd48
commit 0cea693084
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77140

View File

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