Skip to content

Commit

Permalink
Fix bug where a macro wasn't the first thing on a line.
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckyount committed Jan 19, 2023
1 parent c4268f9 commit 0c02d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bin/gen_loops.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ ($)
" * Generated automatically from the following pseudo-code:\n",
" *\n",
" * $codeString\n",
" *\n */";
" *\n */\n\n";

# print out code.
for my $line (@code) {
Expand Down

0 comments on commit 0c02d57

Please sign in to comment.