From 4bb9bfe70b21f3d4c4e8e4dca7ffc08c95e65f6e Mon Sep 17 00:00:00 2001 From: Philipp Hufnagl Date: Tue, 1 Aug 2023 16:46:02 +0200 Subject: [PATCH] fix whitespaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Philipp Hufnagl FG: removed hunks that changed alignment.. Signed-off-by: Fabian Grünbichler --- src/PVE/Tools.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PVE/Tools.pm b/src/PVE/Tools.pm index d864b41..50240c8 100644 --- a/src/PVE/Tools.pm +++ b/src/PVE/Tools.pm @@ -579,7 +579,7 @@ sub run_command { } } - alarm(0); + alarm(0); }; my $err = $@; @@ -1354,7 +1354,7 @@ sub dump_journal { my $parser = sub { my $line = shift; - return if $count++ < $start; + return if $count++ < $start; return if $limit <= 0; push @$lines, { n => int($count), t => $line}; $limit--;