fix whitespace errors

This commit is contained in:
Dietmar Maurer 2012-06-26 06:42:18 +02:00
parent ce156282e6
commit bcb7c9cff5

View File

@ -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};