]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/INotify.pm
inotify: indentation fix
[pve-common.git] / 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};
                }