| commit | f56cd9df10824fbbef52172470d07ff673d460cc | [log] [tgz] |
|---|---|---|
| author | Behdad Esfahbod <behdad@behdad.org> | Mon Jun 11 22:02:38 2018 -0400 |
| committer | Behdad Esfahbod <behdad@behdad.org> | Tue Jun 12 01:17:00 2018 -0400 |
| tree | 21e0fc24f4ea056451c48d4eb60b9bc6c0b04376 | |
| parent | a95cde15af4aa34e76c4394dfdf17e7d25164d5b [diff] |
Style
diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index e8d4bca..655c36c 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc
@@ -977,7 +977,9 @@ { 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); }