Whitespace
authorBehdad Esfahbod <behdad@google.com>
Sat, 15 Dec 2018 18:02:13 +0000 (13:02 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 15 Dec 2018 21:20:13 +0000 (16:20 -0500)
src/hb-ot-cff-common.hh

index 8bd1319..eca38cb 100644 (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