Minor whitespace nit
This commit is contained in:
parent
a16c54dec9
commit
0acf27956c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user