diff options
author | imp <imp@FreeBSD.org> | 2013-04-25 17:27:13 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2013-04-25 17:27:13 +0000 |
commit | c1ef354a9562a73d6d42cb64f8d97e0d210fe93d (patch) | |
tree | d354cd0a495b7663a57268888e77c259d6714cf6 | |
parent | a3c707ad59a7be3293252c706093499ecdefbf46 (diff) | |
download | FreeBSD-src-c1ef354a9562a73d6d42cb64f8d97e0d210fe93d.zip FreeBSD-src-c1ef354a9562a73d6d42cb64f8d97e0d210fe93d.tar.gz |
Minor whitespace nit
-rw-r--r-- | sys/mips/mips/trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/mips/trap.c b/sys/mips/mips/trap.c index 11079ab..f39e04f 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 |