mirror of
https://github.com/sigmasternchen/libparcival
synced 2025-03-15 11:58:53 +00:00
fix indentation of parent size calculation
This commit is contained in:
parent
3fac352343
commit
487442b05d
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ void generateSize() {
|
||||||
generateArguments();
|
generateArguments();
|
||||||
|
|
||||||
if (result.parent != NULL) {
|
if (result.parent != NULL) {
|
||||||
fprintf(output, "%s += sizeTemplate(%s);\n", SIZE_ACCUMULATOR_VAR, result.parent);
|
fprintf(output, "\t%s += sizeTemplate(%s);\n", SIZE_ACCUMULATOR_VAR, result.parent);
|
||||||
}
|
}
|
||||||
|
|
||||||
parseTreeSize(1, result.tree);
|
parseTreeSize(1, result.tree);
|
||||||
|
|
Loading…
Reference in a new issue