Newline after endif
This commit is contained in:
parent
fd4abc99d3
commit
fe2feeaabf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue