summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-10-11 14:30:15 -0400
committerBehdad Esfahbod <behdad@behdad.org>2018-10-11 14:30:15 -0400
commitda591f2a9d2ae2a5878d3b2ef78a6d589b19aab0 (patch)
treeb4563a1eda1ea56bae8ba9c05c233513fcd15746
parent4d205f0462b19f371df495b9cc12c0128f507de9 (diff)
Whitespace
-rw-r--r--src/hb-ot-tag.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hb-ot-tag.cc b/src/hb-ot-tag.cc
index 13b1e0fa..818d6ee5 100644
--- a/src/hb-ot-tag.cc
+++ b/src/hb-ot-tag.cc
@@ -348,7 +348,9 @@ hb_ot_tags_from_script_and_language (hb_script_t script,
{
if (language_count && language_tags && *language_count)
*language_count = 0;
- } else {
+ }
+ else
+ {
const char *lang_str, *s, *limit, *private_use_subtag;
bool needs_language;