1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Minor whitespace nit

This commit is contained in:
Warner Losh 2013-04-25 17:27:13 +00:00
parent a16c54dec9
commit 0acf27956c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249902

View File

@ -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