From bbe59e4211c6dbff929320c7a4332289353cf666 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 8 Dec 2022 16:04:19 -0700 Subject: [PATCH] Whitespace --- src/OT/glyf/Glyph.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/OT/glyf/Glyph.hh b/src/OT/glyf/Glyph.hh index b82cae895..a3fa0982e 100644 --- a/src/OT/glyf/Glyph.hh +++ b/src/OT/glyf/Glyph.hh @@ -234,9 +234,7 @@ struct Glyph case VAR_COMPOSITE: { for (auto &item : get_var_composite_iterator ()) - { if (unlikely (!item.get_points (points))) return false; - } } default: break;