From df5d5c68f3a5cab17bf4a429802a1a1a834c3456 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 23 Aug 2012 09:33:30 -0400 Subject: [PATCH] Whitespace --- src/hb-ot-layout-gpos-table.hh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/hb-ot-layout-gpos-table.hh b/src/hb-ot-layout-gpos-table.hh index 41168b2..b99146c 100644 --- a/src/hb-ot-layout-gpos-table.hh +++ b/src/hb-ot-layout-gpos-table.hh @@ -1598,20 +1598,20 @@ struct GPOS : GSUBGPOS static void fix_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction) { - unsigned int j = pos[i].cursive_chain(); - if (likely (!j)) - return; + unsigned int j = pos[i].cursive_chain(); + if (likely (!j)) + return; - j += i; + j += i; - pos[i].cursive_chain() = 0; + pos[i].cursive_chain() = 0; - fix_cursive_minor_offset (pos, j, direction); + fix_cursive_minor_offset (pos, j, direction); - if (HB_DIRECTION_IS_HORIZONTAL (direction)) - pos[i].y_offset += pos[j].y_offset; - else - pos[i].x_offset += pos[j].x_offset; + if (HB_DIRECTION_IS_HORIZONTAL (direction)) + pos[i].y_offset += pos[j].y_offset; + else + pos[i].x_offset += pos[j].x_offset; } static void -- 2.7.4