diff options
author | Ian Moffett <ian@osmora.org> | 2024-08-12 22:57:25 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-08-12 22:57:25 -0400 |
commit | 1a6c0de8e523b1aa2ede43e363bc7fe68ab1481a (patch) | |
tree | 33cc9c788c64b6dffc3c866c04793939fa106b67 /sys | |
parent | 8970ddd9be6c013ff8cae2b1872f65348c7ded54 (diff) |
kernel: Remove extra newline
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/kern_subr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_subr.c b/sys/kern/kern_subr.c index a4476f9..79dbaef 100644 --- a/sys/kern/kern_subr.c +++ b/sys/kern/kern_subr.c @@ -34,7 +34,6 @@ #include <sys/systm.h> #include <string.h> - /* * Check if a user address is valid. * |