syscalls: unwrap a long line
Style dictates that each variable is on a single line Reviewed by: kib
This commit is contained in:
parent
8e76bae0b7
commit
f0da2a1467
@ -448,8 +448,7 @@
|
||||
63 AUE_NULL COMPAT {
|
||||
int getkerninfo(
|
||||
int op,
|
||||
_Out_writes_bytes_opt(
|
||||
*size) char *where,
|
||||
_Out_writes_bytes_opt(*size) char *where,
|
||||
_Inout_opt_ size_t *size,
|
||||
int arg
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user