]> git.proxmox.com Git - pve-manager.git/commit
pve7to8: code style cleanups
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Jun 2023 08:53:55 +0000 (10:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Jun 2023 08:54:01 +0000 (10:54 +0200)
commite1867cc7657569f399c16456beda8cc0b122685c
treef340c565cf48ec6772042e678441e0d6016d2ff2
parent2f219e49819b3b7403b50ce863541dda2a3777e9
pve7to8: code style cleanups

consistently use for instead of foreach (just shorter and avoids that
one thinks foreach does something special) and break a long line
while at it.

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