]> git.proxmox.com Git - pve-storage.git/commitdiff
config: add missing whitespace
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 Apr 2020 09:12:48 +0000 (11:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 Apr 2020 09:12:48 +0000 (11:12 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Storage/Config.pm

index 09724f49ea7437afa94ccac3cefb3ff670a8a6fd..09c5d5928727785a248e14be7f833002ffc6b631 100755 (executable)
@@ -166,7 +166,7 @@ __PACKAGE__->register_method ({
                        PVE::Storage::activate_storage($cfg, $storeid);
                    }
                };
-               if(my $err = $@) {
+               if (my $err = $@) {
                    eval { $plugin->on_delete_hook($storeid, $opts) };
                    warn "$@\n" if $@;
                    die $err;