mirror of
git://git.proxmox.com/git/pve-cluster.git
synced 2025-03-12 20:58:25 +03:00
datacenter config: fix indentation style
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5b576e2679
commit
02ce710f0d
@ -322,8 +322,10 @@ sub write_datacenter_config {
|
||||
return $comment . "\n" . $dump;
|
||||
}
|
||||
|
||||
PVE::Cluster::cfs_register_file('datacenter.cfg',
|
||||
\&parse_datacenter_config,
|
||||
\&write_datacenter_config);
|
||||
PVE::Cluster::cfs_register_file(
|
||||
'datacenter.cfg',
|
||||
\&parse_datacenter_config,
|
||||
\&write_datacenter_config,
|
||||
);
|
||||
|
||||
1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user