From cf364f95740b49ba190e1707f82df6e45253ede2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 16 Nov 2022 12:08:05 +0100 Subject: [PATCH] indentation fix Signed-off-by: Thomas Lamprecht --- PVE/QemuServer.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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.",