提交 267fb9c7 编写于 作者: M Michiharu Ariza 提交者: Behdad Esfahbod

add spaces

上级 ba038606
......@@ -110,8 +110,8 @@ struct Encoding1 {
{
if (glyph <= ranges[i].nLeft)
{
hb_codepoint_t code = (hb_codepoint_t)ranges[i].first + glyph;
return (likely (code < 0x100)? code: CFF_UNDEF_CODE);
hb_codepoint_t code = (hb_codepoint_t) ranges[i].first + glyph;
return (likely (code < 0x100) ? code: CFF_UNDEF_CODE);
}
glyph -= (ranges[i].nLeft + 1);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册