]> git.proxmox.com Git - qemu-server.git/commitdiff
fix some indentaion errors
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jan 2019 14:07:56 +0000 (15:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jan 2019 14:08:00 +0000 (15:08 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Qemu.pm

index 7f737bf8eaf3725ebde21290f52a7a10a28866f1..b94dd1225bf0970c5af0c27cb3cd163a21ddcfad 100644 (file)
@@ -823,12 +823,12 @@ __PACKAGE__->register_method({
        properties => {
            node => get_standard_option('pve-node'),
            vmid => get_standard_option('pve-vmid', { completion => \&PVE::QemuServer::complete_vmid }),
-            current => {
-                description => "Get current values (instead of pending values).",
-                optional => 1,
+           current => {
+               description => "Get current values (instead of pending values).",
+               optional => 1,
                default => 0,
                type => 'boolean',
-            },
+           },
            snapshot => get_standard_option('pve-snapshot-name', {
                description => "Fetch config values from given snapshot.",
                optional => 1,