]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Controllers/Plugin.pm
controllers: indentation fixes
[pve-network.git] / PVE / Network / SDN / Controllers / Plugin.pm
index b035492b748793f4d19cd9bff425b6a31b429aae..639cacafe2278276e243686c3410fa1bb8f28bcb 100644 (file)
@@ -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.",