mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-03 01:29:13 +00:00
indentation fix
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b137c30c3a
commit
cf364f9574
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user