1
0
Fork 0
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:
Steffen Vogel 2015-03-21 15:27:17 +01:00
parent e1d7e0487d
commit 08c41db911

View file

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