Minor
This commit is contained in:
parent
e05a999495
commit
75da37dcb1
|
@ -74,7 +74,7 @@ struct shape_closure_consumer_t : option_group_t
|
|||
/* Print it out! */
|
||||
bool first = true;
|
||||
for (hb_codepoint_t i = -1; hb_set_next (glyphs, &i);)
|
||||
if (hb_set_has (glyphs, i)) {
|
||||
{
|
||||
if (first)
|
||||
first = false;
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue