mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 11:20:53 +01:00
Fix comment
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5770 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
6b9a2a8e17
commit
d5b3af9970
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user