From d5b3af99701e2d04b99c49c64f72d81d11695984 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 31 Mar 2007 16:40:43 +0000 Subject: [PATCH] Fix comment git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5770 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/Shorewall/Common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;