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/ip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/ip.c') diff --git a/components/ip.c b/components/ip.c index 6d1da68..a954ae1 100644 --- a/components/ip.c +++ b/components/ip.c @@ -4,15 +4,15 @@ #include #include #if defined(__OpenBSD__) - #include #include + #include #elif defined(__FreeBSD__) #include #include #endif -#include "../util.h" #include "../slstatus.h" +#include "../util.h" static const char * ip(const char *interface, unsigned short sa_family) -- cgit v1.2.3