mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
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
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue