Style(9) fix.
MFC after: 1 month.
This commit is contained in:
parent
8c3afde82c
commit
d908c2d2a2
@ -886,7 +886,7 @@ linux_waitpid(struct thread *td, struct linux_waitpid_args *args)
|
||||
return copyout(&tmpstat, args->status, sizeof(int));
|
||||
}
|
||||
|
||||
return 0;
|
||||
return (0);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user