Whitespace
This commit is contained in:
parent
13deea7cbd
commit
bbe59e4211
|
@ -234,9 +234,7 @@ struct Glyph
|
||||||
case VAR_COMPOSITE:
|
case VAR_COMPOSITE:
|
||||||
{
|
{
|
||||||
for (auto &item : get_var_composite_iterator ())
|
for (auto &item : get_var_composite_iterator ())
|
||||||
{
|
|
||||||
if (unlikely (!item.get_points (points))) return false;
|
if (unlikely (!item.get_points (points))) return false;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue