From e880d2fd84a8c4e3925aa7dd006430d8efe2bf37 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 11 Apr 2012 08:03:02 -0700 Subject: [PATCH] Remove some whitespace Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index bb1f19dcc..f76ceebd8 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -2214,7 +2214,7 @@ sub read_a_line(;$) { $currentline=''; next; } - + if ( $omitting ) { print "OMIT=> $currentline\n" if $debug; $currentline='';