remove some useless empty lines

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-11-13 17:05:44 +01:00
parent 0dd73a7fec
commit b25f645957

View File

@ -374,7 +374,6 @@ sub update_lxc_status {
my ($status_cfg) = @_;
my $ctime = time();
my $vmstatus = PVE::LXC::vmstatus();
foreach my $vmid (keys %$vmstatus) {
@ -409,9 +408,7 @@ sub update_storage_status {
my ($status_cfg) = @_;
my $cfg = PVE::Storage::config();
my $ctime = time();
my $info = PVE::Storage::storage_info($cfg);
foreach my $storeid (keys %$info) {