diff options
author | drkhsh <me@drkhsh.at> | 2022-10-27 23:18:30 +0200 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2022-10-28 22:21:47 +0100 |
commit | 1af8f3cebe5048b0e263303bbbcef75ecd236c4a (patch) | |
tree | 5f67b13f79a81ea824f72e58c21158d2b56a730e /components/keymap.c | |
parent | 19b34fe6e86710347fbbe7c996eca3f6b0a3e56f (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.c | 2 |
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) |