Whitespace

This commit is contained in:
Behdad Esfahbod 2018-12-15 13:02:13 -05:00 committed by Behdad Esfahbod
parent 42a1012562
commit 829b56b1a2
1 changed files with 1 additions and 1 deletions

View File

@ -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