It is better to sometimes have not aligned columns than

often have wrapped lines.

MFC after:	2 weeks
This commit is contained in:
Andrey V. Elsukov 2011-03-08 22:01:47 +00:00
parent acefd268d6
commit bd727a6884
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219416

View File

@ -568,12 +568,6 @@ gpart_show_geom(struct ggeom *gp, const char *element, int show_providers)
if (wname > wmax)
wmax = wname;
}
} else {
/* In some cases width of index can be greater than
* length of provider's name.
*/
if (wblocks > wmax)
wmax = wblocks;
}
wname = wmax;
pp = LIST_FIRST(&gp->lg_consumer)->lg_provider;