followup trailing whitespace cleanup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-09-09 16:37:30 +02:00
parent 074d270b1d
commit ede0f04a04

View File

@ -245,7 +245,7 @@ sub sort_frr_config {
$a_val = $order->{$a} if defined($order->{$a});
$b_val = $order->{$b} if defined($order->{$b});
if($a =~ /bgp (\d+)$/) {
$a_val = 2;
}
@ -291,7 +291,7 @@ sub generate_frr_recurse{
my $option = $content->{$key};
generate_frr_recurse($final_config, $option, $key, $level+1);
push @{$final_config}, $padding."exit-$parentkey" if $parentkey && defined($exitkeylist->{$parentkey});
}
}