From f56cd9df10824fbbef52172470d07ff673d460cc Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 11 Jun 2018 22:02:38 -0400 Subject: [PATCH] Style --- src/hb-ot-layout.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index e8d4bcae1..655c36c1c 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -977,7 +977,9 @@ hb_ot_layout_lookups_substitute_closure (hb_face_t *face, { for (hb_codepoint_t lookup_index = HB_SET_VALUE_INVALID; hb_set_next (lookups, &lookup_index);) gsub.get_lookup (lookup_index).closure (&c, lookup_index); - } else { + } + else + { for (unsigned int i = 0; i < gsub.get_lookup_count (); i++) gsub.get_lookup (i).closure (&c, i); }