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

Warner Losh imp at FreeBSD.org
Thu Apr 25 17:27:13 UTC 2013


Author: imp
Date: Thu Apr 25 17:27:13 2013
New Revision: 249902
URL: http://svnweb.freebsd.org/changeset/base/249902

Log:
  Minor whitespace nit

Modified:
  head/sys/mips/mips/trap.c

Modified: head/sys/mips/mips/trap.c
==============================================================================
--- head/sys/mips/mips/trap.c	Thu Apr 25 17:23:54 2013	(r249901)
+++ head/sys/mips/mips/trap.c	Thu Apr 25 17:27:13 2013	(r249902)
@@ -447,7 +447,7 @@ cpu_fetch_syscall_args(struct thread *td
 				    (caddr_t)&arg, sizeof arg);
 				if (error != 0)
 					break;
-			       sa->args[i] = arg;
+				sa->args[i] = arg;
 			}
 		} else
 #endif


More information about the svn-src-all mailing list