From 0696635bcbad06770cce7d5a4c9e8e4d76868307 Mon Sep 17 00:00:00 2001 From: drkhsh Date: Thu, 27 Oct 2022 23:18:30 +0200 Subject: 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/ --- components/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/keymap.c') 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 #include -#include "../util.h" #include "../slstatus.h" +#include "../util.h" static int valid_layout_or_variant(char *sym) -- cgit v1.2.3