mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 18:59:41 +00:00
fix whitespace errors
This commit is contained in:
parent
ce156282e6
commit
bcb7c9cff5
@ -2669,7 +2669,7 @@ sub vm_start {
|
||||
my $migrate_downtime = $defaults->{migrate_downtime};
|
||||
$migrate_downtime = $conf->{migrate_downtime} if defined($conf->{migrate_downtime});
|
||||
if (defined($migrate_downtime)) {
|
||||
eval { vm_mon_cmd($vmid, "migrate_set_downtime",value => $migrate_downtime); };
|
||||
eval { vm_mon_cmd($vmid, "migrate_set_downtime", value => $migrate_downtime); };
|
||||
}
|
||||
|
||||
vm_balloonset($vmid, $conf->{balloon}) if $conf->{balloon};
|
||||
|
Loading…
Reference in New Issue
Block a user