]> git.proxmox.com Git - pve-container.git/commitdiff
api lxc: remove trailing whitespace
authorOguz Bektas <o.bektas@proxmox.com>
Thu, 5 Sep 2019 14:11:16 +0000 (16:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Sep 2019 12:09:09 +0000 (14:09 +0200)
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
src/PVE/API2/LXC.pm

index 6ddff9caf135acd522f61f43aedcbae4e3c14dfe..9ddaf582c5e4a11ff12ff5a0c99b770eec97f446 100644 (file)
@@ -35,7 +35,7 @@ BEGIN {
 
 __PACKAGE__->register_method ({
     subclass => "PVE::API2::LXC::Config",
-    path => '{vmid}/config',                         
+    path => '{vmid}/config',
 });
 
 __PACKAGE__->register_method ({