Fix comment

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5770 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-31 16:40:43 +00:00
parent 6b9a2a8e17
commit d5b3af9970

View File

@ -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;