]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
remove some useless empty lines
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Nov 2019 16:05:44 +0000 (17:05 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Nov 2019 16:05:44 +0000 (17:05 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Service/pvestatd.pm

index 1392008ba9875af84d4f0fe4358ce98a61001230..eee3d261314e52b399ca388c4afb2c6298d9fe6d 100755 (executable)
@@ -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) {