summaryrefslogtreecommitdiff
path: root/PVE/Network/SDN/Controllers/Plugin.pm
diff options
context:
space:
mode:
authorThomas Lamprecht <t.lamprecht@proxmox.com>2022-02-01 11:18:06 +0100
committerThomas Lamprecht <t.lamprecht@proxmox.com>2022-02-01 11:18:06 +0100
commit3f557f268d25fa58696461098e7bbbe5f2bd8ded (patch)
tree1f9fb08b1a58c4cac55a923bd6a8d24aee81cf9a /PVE/Network/SDN/Controllers/Plugin.pm
parentea5187a424914b1f859f7ef1279924e0b6a71f2f (diff)
controllers: indentation fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Diffstat (limited to 'PVE/Network/SDN/Controllers/Plugin.pm')
-rw-r--r--PVE/Network/SDN/Controllers/Plugin.pm5
1 files 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.",