Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
julianstorer committed Sep 17, 2020
1 parent 54cd870 commit ef95d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modules/soul_core/compiler/soul_ASTUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ struct ASTUtilities
newDebugEndpoint.name = allocator.get (getConsoleEndpointInternalName());
newDebugEndpoint.needsToBeExposedInParent = true;
newDebugEndpoint.isConsoleEndpoint = true;

processor->endpoints.push_back (newDebugEndpoint);

return allocator.allocate<AST::OutputEndpointRef> (name.context, newDebugEndpoint);
Expand Down

0 comments on commit ef95d9a

Please sign in to comment.