From f6306646d817717856e37fa52462f268bf5b1560 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 25 Sep 2017 13:43:58 +0200 Subject: [PATCH] whitespace fixup --- PVE/CLI/qm.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PVE/CLI/qm.pm b/PVE/CLI/qm.pm index 0a5571b..e70c56a 100755 --- a/PVE/CLI/qm.pm +++ b/PVE/CLI/qm.pm @@ -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; -- 2.39.2