less padding

This commit is contained in:
tavo-wasd 2024-07-11 11:50:25 -06:00
parent e257a46db3
commit 535f2f7416

View file

@ -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;