提交 f56cd9df 编写于 作者: B Behdad Esfahbod

Style

上级 a95cde15
...@@ -977,7 +977,9 @@ hb_ot_layout_lookups_substitute_closure (hb_face_t *face, ...@@ -977,7 +977,9 @@ hb_ot_layout_lookups_substitute_closure (hb_face_t *face,
{ {
for (hb_codepoint_t lookup_index = HB_SET_VALUE_INVALID; hb_set_next (lookups, &lookup_index);) for (hb_codepoint_t lookup_index = HB_SET_VALUE_INVALID; hb_set_next (lookups, &lookup_index);)
gsub.get_lookup (lookup_index).closure (&c, lookup_index); gsub.get_lookup (lookup_index).closure (&c, lookup_index);
} else { }
else
{
for (unsigned int i = 0; i < gsub.get_lookup_count (); i++) for (unsigned int i = 0; i < gsub.get_lookup_count (); i++)
gsub.get_lookup (i).closure (&c, i); gsub.get_lookup (i).closure (&c, i);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册