Style(9): add a missing space between argument declerations.

This commit is contained in:
Brooks Davis 2019-03-14 15:56:34 +00:00
parent 17f254d840
commit 5e0d22c1b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345136

View File

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