From d07fa25e04a19ccb9aa25bb6e2156d23d213db77 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Tue, 28 Nov 2023 20:11:05 +0100 Subject: Meta: Apply new clang-format rules to kernel --- kernel/syscalls/ppoll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/syscalls/ppoll.c') diff --git a/kernel/syscalls/ppoll.c b/kernel/syscalls/ppoll.c index fa85e8c..7c5befa 100644 --- a/kernel/syscalls/ppoll.c +++ b/kernel/syscalls/ppoll.c @@ -1,7 +1,7 @@ -#include #include #include #include +#include int syscall_poll(SYS_POLL_PARAMS *args) { struct pollfd *fds = args->fds; -- cgit v1.2.3