less padding
This commit is contained in:
parent
e257a46db3
commit
535f2f7416
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ static const Block blocks[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||||
static char delim[] = " ";
|
static char delim[] = " ";
|
||||||
static unsigned int delimLen = 15;
|
static unsigned int delimLen = 15;
|
||||||
|
|
Loading…
Reference in a new issue