From 0423e8c686f433e54b62d6fbd99bce01a8cafe64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 21 Jun 2016 15:13:46 +0200 Subject: [PATCH] fix indentation --- PVE/Storage/LVMPlugin.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PVE/Storage/LVMPlugin.pm b/PVE/Storage/LVMPlugin.pm index 673d1cc..60a58e5 100644 --- a/PVE/Storage/LVMPlugin.pm +++ b/PVE/Storage/LVMPlugin.pm @@ -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 }, }; }