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/netspeeds.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'components/netspeeds.c') diff --git a/components/netspeeds.c b/components/netspeeds.c index 3a1817b..18aa097 100644 --- a/components/netspeeds.c +++ b/components/netspeeds.c @@ -1,9 +1,9 @@ /* See LICENSE file for copyright and license details. */ -#include #include +#include -#include "../util.h" #include "../slstatus.h" +#include "../util.h" #if defined(__linux__) #include @@ -57,11 +57,11 @@ 1024); } #elif defined(__OpenBSD__) | defined(__FreeBSD__) - #include #include + #include + #include #include #include - #include const char * netspeed_rx(const char *interface) -- cgit v1.2.3