mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fixed missing first indention level
This commit is contained in:
parent
e1d7e0487d
commit
08c41db911
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ void print(enum log_level lvl, const char *fmt, ...)
|
|||
}
|
||||
|
||||
/* Indention */
|
||||
for (int i = 0; i < _indent-1; i++)
|
||||
for (int i = 0; i < _indent; i++)
|
||||
strap(buf, sizeof(buf), GFX("\x78") " ");
|
||||
strap(buf, sizeof(buf), GFX("\x74") " ");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue