follouwp whitespace/indentation cleanup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-09-03 10:31:14 +02:00
parent 074a102f57
commit 0c8f360782

View File

@ -399,7 +399,7 @@ __PACKAGE__->register_method({
}
}
if($have_sdn) {
if ($have_sdn) {
if (!$param->{type} || $param->{type} eq 'sdn') {
my $nodes = PVE::Cluster::get_node_kv("sdn");
@ -416,8 +416,8 @@ __PACKAGE__->register_method({
node => $node,
type => 'sdn',
status => $sdn->{'status'},
};
push @$res, $entry;
};
push @$res, $entry;
}
}
}