From 13c771819ade03d45a4a08c6594811c2b33bf7b1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 24 Jun 2021 15:36:04 +0200 Subject: [PATCH] inotify/network: indentation fix Signed-off-by: Thomas Lamprecht --- src/PVE/INotify.pm | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index 454a86f..562a243 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -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, -- 2.39.2