]> git.proxmox.com Git - pve-common.git/commitdiff
inotify/network: indentation fix
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Jun 2021 13:36:04 +0000 (15:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Jun 2021 13:36:04 +0000 (15:36 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/INotify.pm

index 454a86fd3d70a232a8309954e7a75f99c8163bb4..562a243fd7ec098f5ae7e22c59cc1f7c6f08a088 100644 (file)
@@ -723,14 +723,15 @@ register_file('active', "/var/log/pve/tasks/active",
              \&write_active_workers);
 
 
-our $bond_modes = { 'balance-rr' => 0,
-                  'active-backup' => 1,
-                  'balance-xor' => 2,
-                  'broadcast' => 3,
-                  '802.3ad' => 4,
-                  'balance-tlb' => 5,
-                  'balance-alb' => 6,
-              };
+our $bond_modes = {
+    'balance-rr' => 0,
+    'active-backup' => 1,
+    'balance-xor' => 2,
+    'broadcast' => 3,
+    '802.3ad' => 4,
+    'balance-tlb' => 5,
+    'balance-alb' => 6,
+};
 
 my $ovs_bond_modes = {
     'active-backup' => 1,