From 0c02d571c876e0cddfbb1bad6717ceeb155856e1 Mon Sep 17 00:00:00 2001 From: "Yount, Chuck" Date: Thu, 19 Jan 2023 13:40:09 -0800 Subject: [PATCH] Fix bug where a macro wasn't the first thing on a line. --- utils/bin/gen_loops.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bin/gen_loops.pl b/utils/bin/gen_loops.pl index 5e4ccbc9..9173be04 100755 --- a/utils/bin/gen_loops.pl +++ b/utils/bin/gen_loops.pl @@ -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) {