Newline after endif

This commit is contained in:
Paul Irofti 2025-03-26 15:42:34 +02:00
parent fd4abc99d3
commit fe2feeaabf

View file

@ -87,7 +87,7 @@ ccubes_preprocess(struct ccubes_context *ctx)
fprintf(fp, "#define VALUE_BIT_WIDTH %d\n", ctx->value_bit_width); fprintf(fp, "#define VALUE_BIT_WIDTH %d\n", ctx->value_bit_width);
fprintf(fp, "#define PICHART_WORDS %d\n", ctx->pichart_words); fprintf(fp, "#define PICHART_WORDS %d\n", ctx->pichart_words);
fprintf(fp, "#endif"); fprintf(fp, "#endif\n");
fclose(fp); fclose(fp);