Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2013 17:27:13 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249902 - head/sys/mips/mips
Message-ID:  <201304251727.r3PHRDfb056796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304251727.r3PHRDfb056796>