From da591f2a9d2ae2a5878d3b2ef78a6d589b19aab0 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 11 Oct 2018 14:30:15 -0400 Subject: [PATCH] Whitespace --- src/hb-ot-tag.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hb-ot-tag.cc b/src/hb-ot-tag.cc index 13b1e0fa5..818d6ee5a 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;