]> git.proxmox.com Git - pve-common.git/commitdiff
followup trailing whitespace fixes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 11 Jan 2020 15:12:33 +0000 (16:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 11 Jan 2020 15:12:33 +0000 (16:12 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/INotify.pm

index d1731fcba0ebaedace594f36c851c5bf05bdf1e0..a0712f7e36b1f32a93a3538eae184b895d2d8eb9 100644 (file)
@@ -1454,7 +1454,7 @@ sub __write_etc_network_interfaces {
            my $bond_primary_is_slave = undef;
            foreach my $p (split (/\s+/, $d->{slaves})) {
                my $n = $ifaces->{$p};
            my $bond_primary_is_slave = undef;
            foreach my $p (split (/\s+/, $d->{slaves})) {
                my $n = $ifaces->{$p};
-               
+
                die "bond '$iface' - unable to find slave '$p'\n"
                    if !$n;
                die "bond '$iface' - wrong interface type on slave '$p' " .
                die "bond '$iface' - unable to find slave '$p'\n"
                    if !$n;
                die "bond '$iface' - wrong interface type on slave '$p' " .
@@ -1537,8 +1537,8 @@ sub __write_etc_network_interfaces {
                my $n = $ifaces->{$p};
                die "bridge '$iface' - unable to find bridge port '$p'\n"
                    if !$n;
                my $n = $ifaces->{$p};
                die "bridge '$iface' - unable to find bridge port '$p'\n"
                    if !$n;
-               die "iface $p - ip address can't be set on interface if bridged in $iface\n" 
-                   if ($n->{method} eq 'static' && $n->{address} ne '0.0.0.0') || 
+               die "iface $p - ip address can't be set on interface if bridged in $iface\n"
+                   if ($n->{method} eq 'static' && $n->{address} ne '0.0.0.0') ||
                        ($n->{method6} eq 'static' && $n->{address} ne "\:\:");
 
                &$check_mtu($ifaces, $iface, $p);
                        ($n->{method6} eq 'static' && $n->{address} ne "\:\:");
 
                &$check_mtu($ifaces, $iface, $p);