]> git.proxmox.com Git - pve-container.git/commitdiff
Newline cleanups
authorChristian Ebner <c.ebner@proxmox.com>
Mon, 1 Jul 2019 13:43:49 +0000 (15:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 Sep 2019 14:29:04 +0000 (16:29 +0200)
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
src/PVE/API2/LXC.pm

index 26c4f8800a8cf4e60c5a2be370463a4c08fe1e56..6ddff9caf135acd522f61f43aedcbae4e3c14dfe 100644 (file)
@@ -643,16 +643,12 @@ __PACKAGE__->register_method({
        my ($param) = @_;
 
        my $rpcenv = PVE::RPCEnvironment::get();
-
        my $authuser = $rpcenv->get_user();
-
        my $vmid = $param->{vmid};
 
        # test if container exists
        my $conf = PVE::LXC::Config->load_config($vmid);
-
        my $storage_cfg = cfs_read_file("storage.cfg");
-
        PVE::LXC::Config->check_protection($conf, "can't remove CT $vmid");
 
        die "unable to remove CT $vmid - used in HA resources\n"