diff --git a/src/main.c b/src/main.c index 9fb0b7d..69ed454 100644 --- a/src/main.c +++ b/src/main.c @@ -164,7 +164,7 @@ void generateSize() { generateArguments(); 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);