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 {
|
63 AUE_NULL COMPAT {
|
||||||
int getkerninfo(
|
int getkerninfo(
|
||||||
int op,
|
int op,
|
||||||
_Out_writes_bytes_opt(
|
_Out_writes_bytes_opt(*size) char *where,
|
||||||
*size) char *where,
|
|
||||||
_Inout_opt_ size_t *size,
|
_Inout_opt_ size_t *size,
|
||||||
int arg
|
int arg
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user