[set] Whitespace

This commit is contained in:
Behdad Esfahbod 2021-08-15 12:40:36 -06:00
parent 9b390f8c40
commit f245dc4db8
1 changed files with 2 additions and 2 deletions

View File

@ -387,9 +387,9 @@ struct hb_set_t
return true;
}
bool allocate_compact_workspace(hb_vector_t<unsigned>& workspace)
bool allocate_compact_workspace (hb_vector_t<unsigned>& workspace)
{
if (unlikely(!workspace.resize (pages.length)))
if (unlikely (!workspace.resize (pages.length)))
{
successful = false;
return false;