]> git.proxmox.com Git - pve-ha-manager.git/blobdiff - src/PVE/API2/HA/Resources.pm
treewide trailing whitespace cleanup
[pve-ha-manager.git] / src / PVE / API2 / HA / Resources.pm
index 8be655903afc1b41fae282507352dface73acdcf..1ffdf2ef488f75833b140a71285275152105489a 100644 (file)
@@ -171,7 +171,7 @@ __PACKAGE__->register_method ({
        # create /etc/pve/ha directory
        PVE::Cluster::check_cfs_quorum();
        mkdir("/etc/pve/ha");
-       
+
        my ($sid, $type, $name) = PVE::HA::Config::parse_sid(extract_param($param, 'sid'));
 
        if (my $param_type = extract_param($param, 'type')) {
@@ -346,7 +346,7 @@ __PACKAGE__->register_method ({
        check_service_state($sid);
 
        PVE::HA::Config::queue_crm_commands("migrate $sid $param->{node}");
-           
+
        return undef;
     }});
 
@@ -381,7 +381,7 @@ __PACKAGE__->register_method ({
        check_service_state($sid);
 
        PVE::HA::Config::queue_crm_commands("relocate $sid $param->{node}");
-           
+
        return undef;
     }});