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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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