Replace leading spaces with tabs -- round 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6008 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-18 20:56:41 +00:00
parent ca7e844869
commit e1088b92bf
3 changed files with 21 additions and 21 deletions

View File

@ -55,7 +55,7 @@ our @EXPORT = qw(ALLIPv4
$command $command
$doing $doing
$done $done
$verbose $verbose
); );
our @EXPORT_OK = (); our @EXPORT_OK = ();
our @VERSION = 1.00; our @VERSION = 1.00;

View File

@ -31,25 +31,25 @@ use File::Basename;
our @ISA = qw(Exporter); our @ISA = qw(Exporter);
our @EXPORT = qw( our @EXPORT = qw(
warning_message warning_message
fatal_error fatal_error
find_file find_file
split_line split_line
open_file open_file
close_file close_file
push_open push_open
pop_open pop_open
read_a_line read_a_line
get_configuration get_configuration
require_capability require_capability
report_capabilities report_capabilities
propagateconfig propagateconfig
append_file append_file
run_user_exit run_user_exit
generate_aux_config generate_aux_config
%config %config
%globals %globals
%capabilities ); %capabilities );
our @EXPORT_OK = (); our @EXPORT_OK = ();
our @VERSION = 1.00; our @VERSION = 1.00;

View File

@ -33,7 +33,7 @@ our @ISA = qw(Exporter);
our @EXPORT = qw( add_group_to_zone our @EXPORT = qw( add_group_to_zone
validate_interfaces_file validate_interfaces_file
known_interface known_interface
interface_is_optional interface_is_optional
find_interfaces_by_option find_interfaces_by_option
get_interface_option get_interface_option
@ -119,7 +119,7 @@ sub validate_interfaces_file()
{ {
use constant { SIMPLE_IF_OPTION => 1, use constant { SIMPLE_IF_OPTION => 1,
BINARY_IF_OPTION => 2, BINARY_IF_OPTION => 2,
ENUM_IF_OPTION => 3 }; ENUM_IF_OPTION => 3 };
my %validoptions = (arp_filter => BINARY_IF_OPTION, my %validoptions = (arp_filter => BINARY_IF_OPTION,
arp_ignore => ENUM_IF_OPTION, arp_ignore => ENUM_IF_OPTION,