feat: put spaces in modules

This commit is contained in:
David JULIEN 2021-02-16 20:47:50 +01:00
parent 31ad768f96
commit 629c40f1bf
1 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ static const Block blocks[] = {
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim[] = " | ";
static unsigned int delimLen = 5;
static char delim[] = "|";
static unsigned int delimLen = 1;