From c56ccca54856835a516bdc74929744064407259a Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Mon, 28 Aug 2023 11:57:01 +0200 Subject: [PATCH] Need a newline here. --- src/Futhark/CodeGen/Backends/GenericC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Futhark/CodeGen/Backends/GenericC.hs b/src/Futhark/CodeGen/Backends/GenericC.hs index 67b0060d62..194ec01322 100644 --- a/src/Futhark/CodeGen/Backends/GenericC.hs +++ b/src/Futhark/CodeGen/Backends/GenericC.hs @@ -199,7 +199,7 @@ defineMemorySpace space = do } if (ctx->detail_memory) { - fprintf(ctx->log, "Allocating %lld bytes for %s in %s (currently allocated: %lld bytes).", + fprintf(ctx->log, "Allocating %lld bytes for %s in %s (currently allocated: %lld bytes).\n", (long long) size, desc, $string:spacedesc, ctx->$id:usagename);