From: Thomas Lamprecht Date: Thu, 12 Mar 2020 14:21:15 +0000 (+0100) Subject: inotify: indentation fix X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=040fc87d59f0699c41879467c9cd8d4479569a40 inotify: indentation fix Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index 391b9d2..86d5459 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -1385,10 +1385,12 @@ sub __write_etc_network_interfaces { my $brname = $used_ports->{$iface}; if (!$brname || !$ifaces->{$brname}) { if ($iface =~ /^$PVE::Network::PHYSICAL_NIC_RE/) { - $ifaces->{$iface} = { type => 'eth', - exists => 1, - method => 'manual', - families => ['inet'] }; + $ifaces->{$iface} = { + type => 'eth', + exists => 1, + method => 'manual', + families => ['inet'], + }; } else { delete $ifaces->{$iface}; }