From 2a63fd9d1cc8aea9eb3279cafe0449f13df89572 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 1 Oct 2025 03:37:44 +0200 Subject: [PATCH] Formatting --- kern/libkern/hexdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kern/libkern/hexdump.c b/kern/libkern/hexdump.c index 6eaa377..ceeb2d1 100644 --- a/kern/libkern/hexdump.c +++ b/kern/libkern/hexdump.c @@ -1,5 +1,5 @@ -#include #include +#include #include void hexdump(const void *data, size_t size) {