]> git.proxmox.com Git - qemu-server.git/commitdiff
fix indentation
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Jun 2020 09:26:36 +0000 (11:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Jun 2020 09:26:36 +0000 (11:26 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Qemu.pm

index b0786a09918cf7400280fcef49fe3f80129315a8..3e0d59f6d9d241bb276415171149b1f74904e2ff 100644 (file)
@@ -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);