Whitespace fixes

Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Philip Abernethy 2017-09-21 11:09:16 +02:00 committed by Wolfgang Bumiller
parent 5654af83fa
commit 0a6e09fd47
5 changed files with 115 additions and 119 deletions

View File

@ -164,7 +164,6 @@ __PACKAGE__->register_method ({
return $data;
}});
__PACKAGE__->register_method ({
name => 'delete_role',
protected => 1,

View File

@ -45,7 +45,6 @@ cfs_register_file('user.cfg',
\&parse_user_config,
\&write_user_config);
sub verify_username {
PVE::Auth::Plugin::verify_username(@_);
}
@ -172,7 +171,6 @@ sub assemble_spice_ticket {
$secret, $username, $vmid, $node);
}
sub verify_spice_connect_url {
my ($connect_str) = @_;
@ -537,7 +535,6 @@ sub normalize_path {
return $path;
}
PVE::JSONSchema::register_format('pve-groupid', \&verify_groupname);
sub verify_groupname {
my ($groupname, $noerr) = @_;