[set] Whitespace
This commit is contained in:
parent
9b390f8c40
commit
f245dc4db8
|
@ -387,9 +387,9 @@ struct hb_set_t
|
||||||
return true;
|
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;
|
successful = false;
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue