From eb5cc90892e83ea8eda83aa6983a96651caab4e7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 3 Sep 2019 10:31:14 +0200 Subject: [PATCH] follouwp whitespace/indentation cleanup Signed-off-by: Thomas Lamprecht --- PVE/API2/Cluster.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PVE/API2/Cluster.pm b/PVE/API2/Cluster.pm index 7249c00a..382a2c12 100644 --- a/PVE/API2/Cluster.pm +++ b/PVE/API2/Cluster.pm @@ -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; } } }