Skip to content

Commit

Permalink
Need a newline here.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Aug 28, 2023
1 parent 1616870 commit c56ccca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Futhark/CodeGen/Backends/GenericC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c56ccca

Please sign in to comment.