Reformats all Perl scripts in bin/ with perltidy using Proxmox style
guides, as was done in commit 138cae897 for all other Perl code.

As these files do not use `.pl` or `.pm` as file extensions, they were
missed during the initial reformatting.

Patch #1 just adds the appropriate make target, patch #2 runs exactly
that.

Christoph Heiss (2):
  buildsys: add target for auto-formatting bin/ scripts
  bin: auto-format code using perltidy with Proxmox style guide

 Makefile                |   1 +
 bin/Makefile            |   4 +
 bin/pve-init-ceph-crash | 127 +++++++++++++-------------
 bin/pvebanner           |   2 +-
 bin/pvedaemon           |   2 +-
 bin/pveperf             | 198 ++++++++++++++++++++--------------------
 bin/pveproxy            |  10 +-
 bin/pvereport           |   2 +-
 bin/pveupdate           | 118 +++++++++++++-----------
 bin/pveupgrade          |  36 ++++----
 bin/pveversion          |  37 ++++----
 bin/spiceproxy          |  12 +--
 12 files changed, 280 insertions(+), 269 deletions(-)

-- 
2.49.0



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to