Whitespace

This commit is contained in:
Behdad Esfahbod 2018-10-11 14:30:15 -04:00
parent 4d205f0462
commit da591f2a9d
1 changed files with 3 additions and 1 deletions

View File

@ -348,7 +348,9 @@ hb_ot_tags_from_script_and_language (hb_script_t script,
{ {
if (language_count && language_tags && *language_count) if (language_count && language_tags && *language_count)
*language_count = 0; *language_count = 0;
} else { }
else
{
const char *lang_str, *s, *limit, *private_use_subtag; const char *lang_str, *s, *limit, *private_use_subtag;
bool needs_language; bool needs_language;