From 535f2f74169b5d943b05f6d028e2bfa812159018 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Thu, 11 Jul 2024 11:50:25 -0600 Subject: [PATCH] less padding --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1b6a16c..b06e52c 100644 --- a/config.def.h +++ b/config.def.h @@ -15,5 +15,5 @@ static const Block blocks[] = { }; //sets delimeter between status commands. NULL character ('\0') means no delimeter. -static char delim[] = " "; +static char delim[] = " "; static unsigned int delimLen = 15;