]> git.proxmox.com Git - pve-container.git/commitdiff
followup whitespace cleanup
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Oct 2018 13:05:50 +0000 (15:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Oct 2018 13:05:50 +0000 (15:05 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/LXC.pm

index a2a2c54670f8c1c802f341a8957306e87987558a..0f2aa5cf0c9cdd552a0f5b05e2a345ff2a098e2b 100644 (file)
@@ -665,7 +665,7 @@ sub verify_searchdomain_list {
 
 sub get_console_command {
     my ($vmid, $conf, $escapechar) = @_;
-    
+
     # '-1' as $escapechar disables keyboard escape sequence
     # any other passed char (a-z) will result in <Ctrl+$escapechar q>