Imported Upstream version 2.6.7
[platform/upstream/harfbuzz.git] / src / hb-aat-layout-ankr-table.hh
index ef98884..f2785a6 100644 (file)
@@ -66,7 +66,7 @@ struct ankr
   {
     const NNOffsetTo<GlyphAnchors> *offset = (this+lookupTable).get_value (glyph_id, num_glyphs);
     if (!offset)
-      return Null(Anchor);
+      return Null (Anchor);
     const GlyphAnchors &anchors = &(this+anchorData) + *offset;
     return anchors[i];
   }
@@ -81,7 +81,7 @@ struct ankr
   }
 
   protected:
-  HBUINT16     version;        /* Version number (set to zero) */
+  HBUINT16     version;        /* Version number (set to zero) */
   HBUINT16     flags;          /* Flags (currently unused; set to zero) */
   LOffsetTo<Lookup<NNOffsetTo<GlyphAnchors>>>
                lookupTable;    /* Offset to the table's lookup table */