]> git.proxmox.com Git - qemu-server.git/commitdiff
whitespace fixup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 25 Sep 2017 11:43:58 +0000 (13:43 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 25 Sep 2017 11:51:53 +0000 (13:51 +0200)
PVE/CLI/qm.pm

index 0a5571bbca0c250c8e3523c336cab4eb0f80c682..e70c56a46e01744b86d81f4f74b830cdf797460c 100755 (executable)
@@ -538,7 +538,7 @@ __PACKAGE__->register_method ({
                type => 'boolean',
                description => 'Print a parsed representation of the extracted OVF parameters, but do not create a VM',
                optional => 1,
-               }
+           }
        },
     },
     returns => { type => 'string'},
@@ -589,7 +589,7 @@ __PACKAGE__->register_method ({
                my $firstdisk = PVE::QemuServer::resolve_first_disk($conf);
                $conf->{bootdisk} = $firstdisk if $firstdisk;
                PVE::QemuConfig->write_config($vmid, $conf);
-          };
+           };
 
            my $err = $@;
            if ($err) {
@@ -597,7 +597,6 @@ __PACKAGE__->register_method ({
                eval { PVE::QemuServer::vm_destroy($storecfg, $vmid, $skiplock); };
                die "import failed - $err";
            }
-
        };
 
        my $wait_for_lock = 1;