Fix alignment of profile listing

This commit is contained in:
Martin Lund 2024-05-03 15:26:55 +02:00
parent eb087713a4
commit 6310a9fabc

View file

@ -647,7 +647,7 @@ void config_list_targets(void)
{ {
continue; continue;
} }
printf("%-20s ", group[i]); printf("%-19s ", group[i]);
if (j++ % 4 == 0) if (j++ % 4 == 0)
{ {
putchar('\n'); putchar('\n');