Author: brooks Date: Thu Mar 14 15:56:34 2019 New Revision: 345136 URL: https://svnweb.freebsd.org/changeset/base/345136
Log: Style(9): add a missing space between argument declerations. Modified: head/sys/mips/mips/vm_machdep.c Modified: head/sys/mips/mips/vm_machdep.c ============================================================================== --- head/sys/mips/mips/vm_machdep.c Thu Mar 14 15:55:30 2019 (r345135) +++ head/sys/mips/mips/vm_machdep.c Thu Mar 14 15:56:34 2019 (r345136) @@ -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; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"