From 40f63097e1c61ef12cbc7f169f22243ef7a3ee40 Mon Sep 17 00:00:00 2001 From: Lluciocc <114759545+Lluciocc@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:12:20 +0200 Subject: [PATCH] Fix missing newline at end of input.h --- src/userland/libc/input.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/userland/libc/input.h b/src/userland/libc/input.h index 3bd9c97..e5c05b6 100644 --- a/src/userland/libc/input.h +++ b/src/userland/libc/input.h @@ -16,3 +16,4 @@ #define KEY_CTRL_L 21 #define KEY_TAB 9 +#endif