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/swap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'components/swap.c') diff --git a/components/swap.c b/components/swap.c index 2e8a6fb..49ba3cb 100644 --- a/components/swap.c +++ b/components/swap.c @@ -4,8 +4,8 @@ #include #include -#include "../util.h" #include "../slstatus.h" +#include "../util.h" #if defined(__linux__) static int @@ -199,11 +199,11 @@ return fmt_human(used * 1024, 1024); } #elif defined(__FreeBSD__) + #include + #include #include #include - #include #include - #include static int getswapinfo(struct kvm_swap *swap_info, size_t size) { -- cgit v1.2.3-70-g09d2