summaryrefslogtreecommitdiff
path: root/components/num_files.c
diff options
context:
space:
mode:
authordrkhsh <me@drkhsh.at>2022-10-27 23:18:30 +0200
committerdrkhsh <me@drkhsh.at>2022-10-28 01:03:20 +0200
commit8c15f9d480503d8edbfc41edb31861b00b13cbb0 (patch)
treee08c2b8ded6542dbc9bde533566858db000e3788 /components/num_files.c
parent600bedb7bb67eda3898d968466fd992983dd68c9 (diff)
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/
Diffstat (limited to 'components/num_files.c')
-rw-r--r--components/num_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/num_files.c b/components/num_files.c
index 3911da7..8205562 100644
--- a/components/num_files.c
+++ b/components/num_files.c
@@ -3,8 +3,8 @@
#include <stdio.h>
#include <string.h>
-#include "../util.h"
#include "../slstatus.h"
+#include "../util.h"
const char *
num_files(const char *path)