syscalls: unwrap a long line

Style dictates that each variable is on a single line

Reviewed by:	kib
This commit is contained in:
Brooks Davis 2021-11-15 18:34:27 +00:00
parent 8e76bae0b7
commit f0da2a1467

View File

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