summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-11-10 22:41:35 -0500
committerBehdad Esfahbod <behdad@behdad.org>2018-11-10 22:41:35 -0500
commite44046ec499949884b9b77c4c9937ad381386850 (patch)
tree46dcfb3f8362bcbd56b745895d70666bdea93131
parent752bd8a192af209f44dacaf1d3510d0bfc6354b8 (diff)
Minor
-rw-r--r--src/hb-ot-layout.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc
index 33bf03c1..0353c1c5 100644
--- a/src/hb-ot-layout.cc
+++ b/src/hb-ot-layout.cc
@@ -1060,9 +1060,8 @@ hb_ot_layout_lookups_substitute_closure (hb_face_t *face,
for (unsigned int i = 0; i < gsub.get_lookup_count (); i++)
gsub.get_lookup (i).closure (&c, i);
}
- iteration_count++;
- } while (iteration_count <= HB_CLOSURE_MAX_STAGES
- && glyphs_length != glyphs->get_population ());
+ } while (iteration_count++ <= HB_CLOSURE_MAX_STAGES &&
+ glyphs_length != glyphs->get_population ());
}
/*