Imported Upstream version 2.6.7
[platform/upstream/harfbuzz.git] / src / hb-ot-maxp-table.hh
index 1c25eda..929956d 100644 (file)
@@ -126,9 +126,10 @@ struct maxp
   }
 
   protected:
-  FixedVersion<>version;               /* Version of the maxp table (0.5 or 1.0),
-                                        * 0x00005000u or 0x00010000u. */
-  HBUINT16     numGlyphs;              /* The number of glyphs in the font. */
+  FixedVersion<>version;/* Version of the maxp table (0.5 or 1.0),
+                        * 0x00005000u or 0x00010000u. */
+  HBUINT16     numGlyphs;
+                       /* The number of glyphs in the font. */
 /*maxpV1Tail   v1Tail[HB_VAR_ARRAY]; */
   public:
   DEFINE_SIZE_STATIC (6);