bin/xbps-install/util.c: add a newline before the header (requested by chris2).
This commit is contained in:
parent
2153c87464
commit
fcaf18c494
@ -107,7 +107,7 @@ print_trans_colmode(struct transaction *trans, int cols)
|
|||||||
if (cols <= hdrlen)
|
if (cols <= hdrlen)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
printf("Name");
|
printf("\nName");
|
||||||
for (x = 4; x < pnamelen; x++)
|
for (x = 4; x < pnamelen; x++)
|
||||||
printf(" ");
|
printf(" ");
|
||||||
printf("Action Version New version Download size\n");
|
printf("Action Version New version Download size\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user