]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
kvm_user_version: add explicit return statement
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Nov 2021 15:18:00 +0000 (16:18 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Nov 2021 15:21:22 +0000 (16:21 +0100)
commit8eb73377c159d7c3614e9faf0392e0350474e307
treeb013dce419851c23fa8128de3e8f8ef73d952d33
parent1f91f7b464681b9561d1fa44856351ba35874a5e
kvm_user_version: add explicit return statement

while perl returns the (scalar) result of the last expression
automatically its still nicer to explicitly do so..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm