Remove redundant space.

This commit is contained in:
Pawel Jakub Dawidek 2013-02-17 11:48:16 +00:00
parent 6c08be2b88
commit 49549b1894

View File

@ -473,7 +473,7 @@ sys_pipe(struct thread *td, struct pipe_args *uap)
error = kern_pipe(td, fildes);
if (error)
return (error);
td->td_retval[0] = fildes[0];
td->td_retval[1] = fildes[1];