From 11456b2d9c1c567d1ad6496a3056154b69cafa21 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 15 Feb 2019 16:58:43 -0800 Subject: [PATCH] WHitespace --- src/hb-ot-layout-gsubgpos.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hb-ot-layout-gsubgpos.hh b/src/hb-ot-layout-gsubgpos.hh index dabb98c39..9a63f25dd 100644 --- a/src/hb-ot-layout-gsubgpos.hh +++ b/src/hb-ot-layout-gsubgpos.hh @@ -1389,10 +1389,8 @@ struct RuleSet { TRACE_WOULD_APPLY (this); for (auto it = hb_iter (rule); it; ++it) - { if ((this+*it).would_apply (c, lookup_context)) return_trace (true); - } return_trace (false); } @@ -1401,10 +1399,8 @@ struct RuleSet { TRACE_APPLY (this); for (auto it = hb_iter (rule); it; ++it) - { if ((this+*it).apply (c, lookup_context)) return_trace (true); - } return_trace (false); }