From 829b56b1a22736eac49132b2e56dc480157afca2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 15 Dec 2018 13:02:13 -0500 Subject: [PATCH] Whitespace --- src/hb-ot-cff-common.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-cff-common.hh b/src/hb-ot-cff-common.hh index 8bd1319ee..eca38cbdc 100644 --- a/src/hb-ot-cff-common.hh +++ b/src/hb-ot-cff-common.hh @@ -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