From 1849c59288ca7e43d7c79d4892291e3e1aa9cf24 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 28 Apr 2017 10:14:26 +0200 Subject: [PATCH] whitespace fixup --- PVE/QemuServer.pm | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 52695cbb..c6bcb506 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -492,24 +492,24 @@ EODESCR optional => 1, }, replica => { - optional => 1, - description => "Storage replica for local storage.", - type => 'boolean', - default => 0, + optional => 1, + description => "Storage replica for local storage.", + type => 'boolean', + default => 0, }, replica_rate_limit => { - optional => 1, - description => "Storage replica rate limit in KBytes/s.", - type => 'integer', - minimum => 1, + optional => 1, + description => "Storage replica rate limit in KBytes/s.", + type => 'integer', + minimum => 1, }, replica_interval => { - optional => 1, - description => "Storage replica sync interval", - type => 'integer', - minimum => 1, - maximum => 1440, - default => 15, + optional => 1, + description => "Storage replica sync interval", + type => 'integer', + minimum => 1, + maximum => 1440, + default => 15, }, replica_target => { optional => 1,