]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
Whitespace cleanup
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 26 Sep 2019 11:38:58 +0000 (13:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 26 Sep 2019 13:09:46 +0000 (15:09 +0200)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/API2/HA/Resources.pm
src/PVE/HA/Manager.pm
src/PVE/HA/Resources/PVEVM.pm

index 1ffdf2ef488f75833b140a71285275152105489a..22d7f28c5062c3643b0d504093d66df9122ffc28 100644 (file)
@@ -54,7 +54,7 @@ __PACKAGE__->register_method ({
        check => ['perm', '/', [ 'Sys.Audit' ]],
     },
     parameters => {
-       additionalProperties => 0,
+       additionalProperties => 0,
        properties => {
            type => {
                description => "Only list resources of specific type",
@@ -100,7 +100,7 @@ __PACKAGE__->register_method ({
     },
     description => "Read resource configuration.",
     parameters => {
-       additionalProperties => 0,
+       additionalProperties => 0,
        properties => {
            sid => get_standard_option('pve-ha-resource-or-vm-id',
                                      { completion => \&PVE::HA::Tools::complete_sid }),
@@ -284,7 +284,7 @@ __PACKAGE__->register_method ({
        check => ['perm', '/', [ 'Sys.Console' ]],
     },
     parameters => {
-       additionalProperties => 0,
+       additionalProperties => 0,
        properties => {
            sid => get_standard_option('pve-ha-resource-or-vm-id',
                                      { completion => \&PVE::HA::Tools::complete_sid }),
@@ -325,7 +325,7 @@ __PACKAGE__->register_method ({
        check => ['perm', '/', [ 'Sys.Console' ]],
     },
     parameters => {
-       additionalProperties => 0,
+       additionalProperties => 0,
        properties => {
            sid => get_standard_option('pve-ha-resource-or-vm-id',
                                      { completion => \&PVE::HA::Tools::complete_sid }),
@@ -360,7 +360,7 @@ __PACKAGE__->register_method ({
        check => ['perm', '/', [ 'Sys.Console' ]],
     },
     parameters => {
-       additionalProperties => 0,
+       additionalProperties => 0,
        properties => {
            sid => get_standard_option('pve-ha-resource-or-vm-id',
                                      { completion => \&PVE::HA::Tools::complete_sid }),
index 0b90de4baf1c5e0b417472c618cb3aae8af4d868..f218183e8e3f35fb35360f996754f485ca516883 100644 (file)
@@ -547,7 +547,6 @@ sub next_state_migrate_relocate {
     }
 }
 
-
 sub next_state_stopped {
     my ($self, $sid, $cd, $sd, $lrm_res) = @_;
 
index d07d5c98933ee7323decd7befc3db22a1c2a67c4..9dcf55874fb05eeb31d370382553f374855032ae 100644 (file)
@@ -88,7 +88,6 @@ sub shutdown {
     PVE::HA::Tools::upid_wait($upid, $haenv);
 }
 
-
 sub migrate {
     my ($class, $haenv, $id, $target, $online) = @_;