From 9420142c335dee602b20698e8885ab92a7a185b1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 7 Feb 2020 16:22:47 +0100 Subject: [PATCH] trivial whitespace fix Signed-off-by: Thomas Lamprecht --- PVE/AbstractConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/AbstractConfig.pm b/PVE/AbstractConfig.pm index b63a744..d6e569b 100644 --- a/PVE/AbstractConfig.pm +++ b/PVE/AbstractConfig.pm @@ -143,7 +143,7 @@ sub cleanup_pending { my $changes; foreach my $opt (keys %{$conf->{pending}}) { next if $opt eq 'delete'; # just to be sure - if (defined($conf->{$opt}) && ($pending->{$opt} eq $conf->{$opt})) { + if (defined($conf->{$opt}) && ($pending->{$opt} eq $conf->{$opt})) { $changes = 1; delete $pending->{$opt}; } -- 2.39.2