From: Thomas Lamprecht Date: Wed, 16 Nov 2022 11:08:05 +0000 (+0100) Subject: indentation fix X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=cf364f95740b49ba190e1707f82df6e45253ede2;p=qemu-server.git indentation fix Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 8bebd0fb..cb77055c 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -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.",