mirror of
https://git.proxmox.com/git/pve-common
synced 2025-05-02 12:33:59 +00:00
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:
parent
0bf2e89a39
commit
4bb9bfe70b
@ -579,7 +579,7 @@ sub run_command {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
alarm(0);
|
alarm(0);
|
||||||
};
|
};
|
||||||
|
|
||||||
my $err = $@;
|
my $err = $@;
|
||||||
@ -1354,7 +1354,7 @@ sub dump_journal {
|
|||||||
my $parser = sub {
|
my $parser = sub {
|
||||||
my $line = shift;
|
my $line = shift;
|
||||||
|
|
||||||
return if $count++ < $start;
|
return if $count++ < $start;
|
||||||
return if $limit <= 0;
|
return if $limit <= 0;
|
||||||
push @$lines, { n => int($count), t => $line};
|
push @$lines, { n => int($count), t => $line};
|
||||||
$limit--;
|
$limit--;
|
||||||
|
Loading…
Reference in New Issue
Block a user