Delete trailing whitespace

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5860 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep
2007-04-08 14:42:26 +00:00
parent d19dac49d0
commit c35af63298
20 changed files with 219 additions and 219 deletions

View File

@@ -32,9 +32,9 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( find_macro
split_action
substitute_action
merge_macro_source_dest
split_action
substitute_action
merge_macro_source_dest
merge_macro_column
%macros );
@@ -61,7 +61,7 @@ sub find_macro( $ )
}
#
# Return ( action, level[:tag] ) from passed full action
# Return ( action, level[:tag] ) from passed full action
#
sub split_action ( $ ) {
my $action = $_[0];