diff --git a/New/Shorewall/Common.pm b/New/Shorewall/Common.pm index df9632c53..5dabe909b 100644 --- a/New/Shorewall/Common.pm +++ b/New/Shorewall/Common.pm @@ -131,7 +131,7 @@ sub emitj { # for ( @_ ) { unless ( /^\s*$/ ) { - my $line = $_; #This copy is necessary because the actual arguments are almost always read-only. + my $line = $_; # This copy is necessary because the actual arguments are almost always read-only. $line =~ s/^\n// if $lastlineblank; $line =~ s/^/$indent/gm if $indent; $line =~ s/ /\t/g;