[hb-info] Use tab in --list-palettes

This commit is contained in:
Behdad Esfahbod 2023-01-22 10:15:14 -07:00
parent 752ad51cce
commit 3feac1a408
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ struct info_t
}
}
printf ("%u %-*s %s\n", i, (int)strlen ("Light"), type, name);
printf ("%u %s %s\n", i, type, name);
}
}