Style(9): add a missing space between argument declerations.
This commit is contained in:
parent
17f254d840
commit
5e0d22c1b4
@ -88,7 +88,7 @@ __FBSDID("$FreeBSD$");
|
||||
* ready to run and return to user mode.
|
||||
*/
|
||||
void
|
||||
cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2,int flags)
|
||||
cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags)
|
||||
{
|
||||
struct pcb *pcb2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user