Whitespace changes

This commit is contained in:
Tom Eastep 2010-12-30 12:25:22 -08:00
parent 3f9cd713c3
commit 33ff6db6bc

View File

@ -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, '' );
}
#