Imported Upstream version 2.6.7
[platform/upstream/harfbuzz.git] / src / hb-ot-color-cpal-table.hh
index 1b3c7fc..ce9f76e 100644 (file)
@@ -155,7 +155,7 @@ struct CPAL
   private:
   const CPALV1Tail& v1 () const
   {
-    if (version == 0) return Null(CPALV1Tail);
+    if (version == 0) return Null (CPALV1Tail);
     return StructAfter<CPALV1Tail> (*this);
   }