mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-26 03:12:40 +00:00
Whitespace fixes
Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5654af83fa
commit
0a6e09fd47
@ -164,7 +164,6 @@ __PACKAGE__->register_method ({
|
||||
return $data;
|
||||
}});
|
||||
|
||||
|
||||
__PACKAGE__->register_method ({
|
||||
name => 'delete_role',
|
||||
protected => 1,
|
||||
|
@ -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) = @_;
|
||||
|
Loading…
Reference in New Issue
Block a user