folowup: fix whitespace errors and s/and/&&/ for consistency
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -259,7 +259,7 @@ __PACKAGE__->register_method ({
|
|||||||
$cur = pop @$stack;
|
$cur = pop @$stack;
|
||||||
push @{$cur->{children}}, $vdev;
|
push @{$cur->{children}}, $vdev;
|
||||||
} else {
|
} else {
|
||||||
while ($lvl <= $cur->{lvl} and $cur->{lvl} != 0) {
|
while ($lvl <= $cur->{lvl} && $cur->{lvl} != 0) {
|
||||||
$cur = pop @$stack;
|
$cur = pop @$stack;
|
||||||
}
|
}
|
||||||
push @{$cur->{children}}, $vdev;
|
push @{$cur->{children}}, $vdev;
|
||||||
|
|||||||
Reference in New Issue
Block a user