From: Behdad Esfahbod Date: Thu, 2 May 2013 18:41:39 +0000 (-0400) Subject: Minor X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea86efa486a5076e9bf844239bccf86d67577f88;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Minor --- diff --git a/src/hb-ot-map-private.hh b/src/hb-ot-map-private.hh index c811fa4..adba310 100644 --- a/src/hb-ot-map-private.hh +++ b/src/hb-ot-map-private.hh @@ -146,7 +146,7 @@ struct hb_ot_map_t hb_prealloced_array_t features; hb_prealloced_array_t lookups[2]; /* GSUB/GPOS */ - hb_prealloced_array_t stages[2]; /* GSUB/GPOS */ + hb_prealloced_array_t stages[2]; /* GSUB/GPOS */ }; enum hb_ot_map_feature_flags_t { @@ -235,8 +235,8 @@ struct hb_ot_map_builder_t private: unsigned int current_stage[2]; /* GSUB/GPOS */ - hb_prealloced_array_t feature_infos; - hb_prealloced_array_t stages[2]; /* GSUB/GPOS */ + hb_prealloced_array_t feature_infos; + hb_prealloced_array_t stages[2]; /* GSUB/GPOS */ };