fix indentation

This commit is contained in:
Fabian Grünbichler
2016-06-21 15:13:46 +02:00
committed by Wolfgang Bumiller
parent 7a9dd1195d
commit 0423e8c686

View File

@ -194,13 +194,13 @@ sub properties {
sub options {
return {
vgname => { fixed => 1 },
nodes => { optional => 1 },
nodes => { optional => 1 },
shared => { optional => 1 },
disable => { optional => 1 },
saferemove => { optional => 1 },
saferemove_throughput => { optional => 1 },
saferemove => { optional => 1 },
saferemove_throughput => { optional => 1 },
content => { optional => 1 },
base => { fixed => 1, optional => 1 },
base => { fixed => 1, optional => 1 },
tagged_only => { optional => 1 },
};
}