]> git.proxmox.com Git - pve-manager.git/commitdiff
vzdump: code cleanup empty newlines
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Apr 2019 14:16:21 +0000 (14:16 +0000)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Apr 2019 14:16:21 +0000 (14:16 +0000)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/VZDump.pm

index 66ae4330618666c6c3b99b5e40e45ce6fa5dc090..2d2a03cf552d862f6b8d973b13a938f35a9c623b 100644 (file)
@@ -21,9 +21,7 @@ use PVE::VZDump::Plugin;
 my @posix_filesystems = qw(ext3 ext4 nfs nfs4 reiserfs xfs);
 
 my $lockfile = '/var/run/vzdump.lock';
-
 my $pidfile = '/var/run/vzdump.pid';
-
 my $logdir = '/var/log/vzdump';
 
 my @plugins = qw();