From fe2feeaabf078adaf746f288ac71e7289d2d2578 Mon Sep 17 00:00:00 2001 From: Paul Irofti Date: Wed, 26 Mar 2025 15:42:34 +0200 Subject: [PATCH] Newline after endif --- src/clccubes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clccubes.c b/src/clccubes.c index f13453a..28b5af6 100644 --- a/src/clccubes.c +++ b/src/clccubes.c @@ -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 PICHART_WORDS %d\n", ctx->pichart_words); - fprintf(fp, "#endif"); + fprintf(fp, "#endif\n"); fclose(fp);