From 326007b2508992b98c2fd545a9703e2e67ec0f66 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 17 Jun 2020 14:05:49 +0200 Subject: [PATCH] followup whitespace cleanup Signed-off-by: Thomas Lamprecht --- PVE/API2/Qemu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 59f9161..b0786a0 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1634,7 +1634,7 @@ __PACKAGE__->register_method({ my $websocket = $param->{websocket}; my $conf = PVE::QemuConfig->load_config($vmid, $node); # check if VM exists - + my $serial; if ($conf->{vga}) { my $vga = PVE::QemuServer::parse_vga($conf->{vga}); -- 2.39.2