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/kmalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/kmalloc.h') diff --git a/kernel/kmalloc.h b/kernel/kmalloc.h index 94806f3..8c55cb4 100644 --- a/kernel/kmalloc.h +++ b/kernel/kmalloc.h @@ -1,8 +1,8 @@ #include #include #include -#include #include +#include void kmalloc_allocate_heap(void); -- cgit v1.2.3