fix whitespaces

Signed-off-by: Philipp Hufnagl <p.hufnagl@proxmox.com>

FG: removed hunks that changed alignment..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Philipp Hufnagl 2023-08-01 16:46:02 +02:00 committed by Fabian Grünbichler
parent 0bf2e89a39
commit 4bb9bfe70b

View File

@ -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--;