From 0acf27956cd30bfab3a4a2b292fc99e980e3b77a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 25 Apr 2013 17:27:13 +0000 Subject: [PATCH] Minor whitespace nit --- sys/mips/mips/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mips/mips/trap.c b/sys/mips/mips/trap.c index 11079ab44a38..f39e04f5d8ee 100644 --- a/sys/mips/mips/trap.c +++ b/sys/mips/mips/trap.c @@ -447,7 +447,7 @@ cpu_fetch_syscall_args(struct thread *td, struct syscall_args *sa) (caddr_t)&arg, sizeof arg); if (error != 0) break; - sa->args[i] = arg; + sa->args[i] = arg; } } else #endif