Fix missing newline at end of input.h

This commit is contained in:
Lluciocc
2026-04-17 01:12:20 +02:00
committed by GitHub
parent d677d37b1c
commit 40f63097e1

View File

@@ -16,3 +16,4 @@
#define KEY_CTRL_L 21 #define KEY_CTRL_L 21
#define KEY_TAB 9 #define KEY_TAB 9
#endif