From ea86efa486a5076e9bf844239bccf86d67577f88 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 2 May 2013 14:41:39 -0400 Subject: [PATCH] Minor --- src/hb-ot-map-private.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hb-ot-map-private.hh b/src/hb-ot-map-private.hh index c811fa4ef..adba3109b 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 */ };