From f0da2a14670a34d1decfbc17800c4dc4e4ebc324 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Mon, 15 Nov 2021 18:34:27 +0000 Subject: [PATCH] syscalls: unwrap a long line Style dictates that each variable is on a single line Reviewed by: kib --- sys/kern/syscalls.master | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 0965d5771c5..5b5bc70fb21 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -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 );