]> git.proxmox.com Git - qemu-server.git/commitdiff
whitespace fixup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 28 Apr 2017 08:14:26 +0000 (10:14 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 28 Apr 2017 08:14:26 +0000 (10:14 +0200)
PVE/QemuServer.pm

index 52695cbb9db8552b4e462905dd3b233a246d0734..c6bcb506d57992ebf3393080e2ce9be110bb6af3 100644 (file)
@@ -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,