]> git.proxmox.com Git - qemu-server.git/commit
line length and formatting fixes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 2 Sep 2020 12:07:02 +0000 (14:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 2 Sep 2020 12:07:12 +0000 (14:07 +0200)
commit4df98f2f14348d0ed57529c4c04a1b5ffb840055
treeb4fb73ea3ca7908990920b49c84769aa2018a331
parent6e5bda530e5cff9906ba4a6cd9bb5f5d476fa88a
line length and formatting fixes

In accord to updated perl style guide
https://pve.proxmox.com/wiki/Perl_Style_Guide#Breaking_long_lines_and_strings

Mostly try to avoid >100 column lines and update some descriptions
from 80 to 100 column limit, improving readability.

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