From 3f557f268d25fa58696461098e7bbbe5f2bd8ded Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 1 Feb 2022 11:18:06 +0100 Subject: [PATCH] controllers: indentation fixes Signed-off-by: Thomas Lamprecht --- PVE/Network/SDN/Controllers/Plugin.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PVE/Network/SDN/Controllers/Plugin.pm b/PVE/Network/SDN/Controllers/Plugin.pm index b035492..639caca 100644 --- a/PVE/Network/SDN/Controllers/Plugin.pm +++ b/PVE/Network/SDN/Controllers/Plugin.pm @@ -12,8 +12,9 @@ use PVE::JSONSchema qw(get_standard_option); use base qw(PVE::SectionConfig); PVE::Cluster::cfs_register_file('sdn/controllers.cfg', - sub { __PACKAGE__->parse_config(@_); }, - sub { __PACKAGE__->write_config(@_); }); + sub { __PACKAGE__->parse_config(@_); }, + sub { __PACKAGE__->write_config(@_); } +); PVE::JSONSchema::register_standard_option('pve-sdn-controller-id', { description => "The SDN controller object identifier.", -- 2.39.2