From 33ff6db6bc963bd7d7c5c2130bfdef68f42eb1db Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 30 Dec 2010 12:25:22 -0800 Subject: [PATCH] Whitespace changes --- Shorewall/Perl/Shorewall/Rules.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 3fb4283e9..a8404f80e 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -40,7 +40,6 @@ our @ISA = qw(Exporter); our @EXPORT = qw( process_actions1 process_actions2 - process_rules ); @@ -157,7 +156,6 @@ sub normalize_action_name( $ ) { my ( $action, $loglevel) = split_action $target; normalize_action( $action, $loglevel, '' ); - } #