From 73e23b0acfd2948d500321769035c56c9e072d77 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 15 Jul 2014 18:43:49 -0400 Subject: [PATCH] Whitespace --- src/hb-ot-layout-gsubgpos-private.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-ot-layout-gsubgpos-private.hh b/src/hb-ot-layout-gsubgpos-private.hh index 0416589e0..470c35395 100644 --- a/src/hb-ot-layout-gsubgpos-private.hh +++ b/src/hb-ot-layout-gsubgpos-private.hh @@ -487,7 +487,6 @@ struct hb_apply_context_t const hb_glyph_info_t &info = c->buffer->out_info[idx]; matcher_t::may_skip_t skip = matcher.may_skip (c, info); - if (unlikely (skip == matcher_t::SKIP_YES)) continue;