From 0c8f3607826b6431e0c0c3f7f7a43803e1717a0c 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 7249c00ab..382a2c12a 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; } } }