]> git.proxmox.com Git - pve-network.git/commitdiff
whitespace cleanup
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Mar 2020 17:58:52 +0000 (18:58 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Mar 2020 17:58:52 +0000 (18:58 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Network/SDN.pm

index 2d76b2edfd1a99364ab1ed6424645ebfab1a3c06..65c8d5270fcb63ce8f9a2440aadb6ada385e435a 100644 (file)
@@ -17,23 +17,23 @@ use PVE::API2::Network::SDN::Controllers;
 use base qw(PVE::RESTHandler);
 
 __PACKAGE__->register_method ({
-    subclass => "PVE::API2::Network::SDN::Vnets",  
+    subclass => "PVE::API2::Network::SDN::Vnets",
     path => 'vnets',
-                             });
+});
 
 __PACKAGE__->register_method ({
-    subclass => "PVE::API2::Network::SDN::Zones",  
+    subclass => "PVE::API2::Network::SDN::Zones",
     path => 'zones',
-                             });
+});
 
 __PACKAGE__->register_method ({
-    subclass => "PVE::API2::Network::SDN::Controllers",  
+    subclass => "PVE::API2::Network::SDN::Controllers",
     path => 'controllers',
 });
 
 __PACKAGE__->register_method({
-    name => 'index', 
-    path => '', 
+    name => 'index',
+    path => '',
     method => 'GET',
     description => "Directory index.",
     permissions => {
@@ -56,7 +56,7 @@ __PACKAGE__->register_method({
     code => sub {
        my ($param) = @_;
 
-       my $res = [ 
+       my $res = [
            { id => 'vnets' },
            { id => 'zones' },
            { id => 'controllers' },