From b63f34b8a1f05a76e266291d2e4712f5df9e6e25 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 18 Jun 2020 11:26:36 +0200 Subject: [PATCH] fix indentation 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 b0786a0..3e0d59f 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1700,7 +1700,7 @@ __PACKAGE__->register_method({ LocalPort => $port, Proto => 'tcp', GetAddrInfoFlags => 0, - ) or die "failed to create socket: $!\n"; + ) or die "failed to create socket: $!\n"; # Inside the worker we shouldn't have any previous alarms # running anyway...: alarm(0); -- 2.39.2