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/volume.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/volume.c') diff --git a/components/volume.c b/components/volume.c index 5c85011..6cec556 100644 --- a/components/volume.c +++ b/components/volume.c @@ -5,14 +5,14 @@ #include #include -#include "../util.h" #include "../slstatus.h" +#include "../util.h" #if defined(__OpenBSD__) | defined(__FreeBSD__) - #include #include #include #include + #include struct control { LIST_ENTRY(control) next; -- cgit v1.2.3