Remove redundant space.
This commit is contained in:
parent
30ca80d1fc
commit
1f59e8bcc8
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user