Whitespace
This commit is contained in:
parent
42a1012562
commit
829b56b1a2
|
@ -201,7 +201,7 @@ struct CFFIndex
|
||||||
|
|
||||||
inline unsigned int length_at (unsigned int index) const
|
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))))
|
(offset_at (index + 1) <= offset_at (count))))
|
||||||
return offset_at (index + 1) - offset_at (index);
|
return offset_at (index + 1) - offset_at (index);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue