[ot-tag] Whitespace

This commit is contained in:
Behdad Esfahbod 2022-05-17 17:31:18 -06:00
parent 3df8017e9b
commit 9c64bda21d
1 changed files with 5 additions and 2 deletions

View File

@ -193,7 +193,7 @@ static inline bool
subtag_matches (const char *lang_str,
const char *limit,
const char *subtag,
unsigned subtag_len)
unsigned subtag_len)
{
if (likely ((unsigned) (limit - lang_str) < subtag_len))
return false;
@ -209,7 +209,10 @@ subtag_matches (const char *lang_str,
}
static bool
lang_matches (const char *lang_str, const char *limit, const char *spec, unsigned spec_len)
lang_matches (const char *lang_str,
const char *limit,
const char *spec,
unsigned spec_len)
{
if (likely ((unsigned) (limit - lang_str) < spec_len))
return false;