forked from extern/shorewall_code
Fix formatting of a line of code.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
be587726f4
commit
47791add99
@ -2435,7 +2435,7 @@ sub default_action_params {
|
||||
for ( $i = 1; 1; $i++ ) {
|
||||
last unless defined ( $val = shift );
|
||||
my $curval = $actparms[$i];
|
||||
$actparms[$i] =$val unless supplied( $curval );
|
||||
$actparms[$i] = $val unless supplied( $curval );
|
||||
}
|
||||
|
||||
fatal_error "Too Many arguments to action $action" if defined $actparms[$i];
|
||||
|
Loading…
Reference in New Issue
Block a user