diff --git a/scripts/settings-test.c b/scripts/settings-test.c index 5811d70b5..04637d0a9 100644 --- a/scripts/settings-test.c +++ b/scripts/settings-test.c @@ -73,7 +73,7 @@ static void print_section(section_t *section, int level) printf("%s%s", j == 0 ? " : " : ", ", ref->name); } } - printf(" {\n", indent); + printf(" {\n"); print_section(sub, level + 1); printf("%s}\n", indent); }