mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix alignment of profile listing
This commit is contained in:
parent
eb087713a4
commit
6310a9fabc
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue