svn commit: r345136 - head/sys/mips/mips

Brooks Davis brooks at FreeBSD.org
Thu Mar 14 15:56:36 UTC 2019


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;
 


More information about the svn-src-head mailing list