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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"