提交 829b56b1 编写于 作者: B Behdad Esfahbod 提交者: Behdad Esfahbod

Whitespace

上级 42a10125
......@@ -201,7 +201,7 @@ struct CFFIndex
inline unsigned int length_at (unsigned int index) const
{
if (likely ((offset_at (index + 1) >= offset_at (index)) &&
if (likely ((offset_at (index + 1) >= offset_at (index)) &&
(offset_at (index + 1) <= offset_at (count))))
return offset_at (index + 1) - offset_at (index);
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册