From: Behdad Esfahbod Date: Sat, 15 Dec 2018 18:02:13 +0000 (-0500) Subject: Whitespace X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=829b56b1a22736eac49132b2e56dc480157afca2;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Whitespace --- diff --git a/src/hb-ot-cff-common.hh b/src/hb-ot-cff-common.hh index 8bd1319..eca38cb 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