mirror of
https://git.proxmox.com/git/pve-common
synced 2025-04-28 22:35:12 +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 = $@;
|
||||
@ -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--;
|
||||
|
Loading…
Reference in New Issue
Block a user