cmd/part: correct alignment of partition list
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 5 Aug 2021 22:51:46 +0000 (00:51 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 2 Sep 2021 13:48:20 +0000 (09:48 -0400)
commitd9d8849183a11814d0b5675de922209b26b713db
tree5de63eb983691a6e0c2025836a7bcb859b4b7d54
parent15dd9412027e06f8ce0046e7d8de84489a7f34cb
cmd/part: correct alignment of partition list

When running 'part list' for an ISO partition the numbers are not under the
labels.

Correct the alignment of the ISO partition list. With the patch the
output looks like:

    Part   Start     Sect x Size Type
      1     3720     5024    512 U-Boot

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
disk/part_iso.c