aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-28 17:09:45 +0800
committerverdant <im@verdant.ee>2026-07-28 17:09:45 +0800
commit7918003c7669e1fe2beb9e9a5bc0d67524f57b92 (patch)
tree9b25d4641e36501cbbbbc04e9282572801beedb5 /main.c
parent365d54d6de5ad84238698f986649aa4af0fd8dae (diff)
downloadsf-7918003c7669e1fe2beb9e9a5bc0d67524f57b92.tar.gz
sf-7918003c7669e1fe2beb9e9a5bc0d67524f57b92.zip
Reformat display.c main.c
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index f1d81db..3410e4a 100644
--- a/main.c
+++ b/main.c
@@ -22,7 +22,8 @@
#include "version.h"
#include "wm.h"
-static void path_normalize(char *path)
+static void
+path_normalize(char *path)
{
if (!path)
return;