]> git.proxmox.com Git - pve-common.git/commitdiff
inotify: indentation fix
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 Mar 2020 14:21:15 +0000 (15:21 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 Mar 2020 14:21:15 +0000 (15:21 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/INotify.pm

index 391b9d21b65353b3a0f9a750e155a8e9ced46436..86d5459852234ebe3a61728cdbb19f8d8db769ee 100644 (file)
@@ -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};
                }