summaryrefslogtreecommitdiff
path: root/components/keymap.c
diff options
context:
space:
mode:
authordrkhsh <me@drkhsh.at>2022-10-27 23:18:30 +0200
committerdrkhsh <me@drkhsh.at>2022-10-28 01:03:20 +0200
commit8c15f9d480503d8edbfc41edb31861b00b13cbb0 (patch)
treee08c2b8ded6542dbc9bde533566858db000e3788 /components/keymap.c
parent600bedb7bb67eda3898d968466fd992983dd68c9 (diff)
radical re-formatting 0/3: Alphabetic headers
Except stated otherwise in comment. Fixes coding style. Formatting commits suck, incoherent coding style sucks more. https://suckless.org/coding_style/
Diffstat (limited to 'components/keymap.c')
-rw-r--r--components/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/keymap.c b/components/keymap.c
index 2a99474..e2dbc6f 100644
--- a/components/keymap.c
+++ b/components/keymap.c
@@ -5,8 +5,8 @@
#include <X11/XKBlib.h>
#include <X11/Xlib.h>
-#include "../util.h"
#include "../slstatus.h"
+#include "../util.h"
static int
valid_layout_or_variant(char *sym)