From e1088b92bf417d7e8c5e51f592e2421fa9c90f31 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 18 Apr 2007 20:56:41 +0000 Subject: [PATCH] Replace leading spaces with tabs -- round 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6008 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Common.pm | 2 +- Shorewall-perl/Shorewall/Config.pm | 36 +++++++++++++------------- Shorewall-perl/Shorewall/Interfaces.pm | 4 +-- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Shorewall-perl/Shorewall/Common.pm b/Shorewall-perl/Shorewall/Common.pm index 9204459dd..e858d5742 100644 --- a/Shorewall-perl/Shorewall/Common.pm +++ b/Shorewall-perl/Shorewall/Common.pm @@ -55,7 +55,7 @@ our @EXPORT = qw(ALLIPv4 $command $doing $done - $verbose + $verbose ); our @EXPORT_OK = (); our @VERSION = 1.00; diff --git a/Shorewall-perl/Shorewall/Config.pm b/Shorewall-perl/Shorewall/Config.pm index b4338954f..ff2fdf574 100644 --- a/Shorewall-perl/Shorewall/Config.pm +++ b/Shorewall-perl/Shorewall/Config.pm @@ -31,25 +31,25 @@ use File::Basename; our @ISA = qw(Exporter); our @EXPORT = qw( warning_message - fatal_error - find_file - split_line - open_file - close_file - push_open - pop_open - read_a_line - get_configuration - require_capability - report_capabilities - propagateconfig - append_file - run_user_exit - generate_aux_config + fatal_error + find_file + split_line + open_file + close_file + push_open + pop_open + read_a_line + get_configuration + require_capability + report_capabilities + propagateconfig + append_file + run_user_exit + generate_aux_config - %config - %globals - %capabilities ); + %config + %globals + %capabilities ); our @EXPORT_OK = (); our @VERSION = 1.00; diff --git a/Shorewall-perl/Shorewall/Interfaces.pm b/Shorewall-perl/Shorewall/Interfaces.pm index 993b14c52..9492d2797 100644 --- a/Shorewall-perl/Shorewall/Interfaces.pm +++ b/Shorewall-perl/Shorewall/Interfaces.pm @@ -33,7 +33,7 @@ our @ISA = qw(Exporter); our @EXPORT = qw( add_group_to_zone validate_interfaces_file known_interface - interface_is_optional + interface_is_optional find_interfaces_by_option get_interface_option @@ -119,7 +119,7 @@ sub validate_interfaces_file() { use constant { SIMPLE_IF_OPTION => 1, BINARY_IF_OPTION => 2, - ENUM_IF_OPTION => 3 }; + ENUM_IF_OPTION => 3 }; my %validoptions = (arp_filter => BINARY_IF_OPTION, arp_ignore => ENUM_IF_OPTION,