]> git.proxmox.com Git - qemu-server.git/commitdiff
indentation fix
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Nov 2022 11:08:05 +0000 (12:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Nov 2022 11:08:05 +0000 (12:08 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm

index 8bebd0fbb608683596eaf796415d69c073bb59d9..cb77055c3f4302ae31899e5296657c4fd3dc5762 100644 (file)
@@ -102,9 +102,11 @@ my $cpuinfo = PVE::ProcFSTools::read_cpuinfo();
 # 'backup', 'snapshot' or 'rollback'. Most actions are not allowed when such lock is set.
 # But you can ignore this kind of lock with the --skiplock flag.
 
-cfs_register_file('/qemu-server/',
-                 \&parse_vm_config,
-                 \&write_vm_config);
+cfs_register_file(
+    '/qemu-server/',
+    \&parse_vm_config,
+    \&write_vm_config
+);
 
 PVE::JSONSchema::register_standard_option('pve-qm-stateuri', {
     description => "Some command save/restore state from this location.",