提交 75da37dc 编写于 作者: B Behdad Esfahbod

Minor

上级 e05a9994
...@@ -74,7 +74,7 @@ struct shape_closure_consumer_t : option_group_t ...@@ -74,7 +74,7 @@ struct shape_closure_consumer_t : option_group_t
/* Print it out! */ /* Print it out! */
bool first = true; bool first = true;
for (hb_codepoint_t i = -1; hb_set_next (glyphs, &i);) for (hb_codepoint_t i = -1; hb_set_next (glyphs, &i);)
if (hb_set_has (glyphs, i)) { {
if (first) if (first)
first = false; first = false;
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册