[set] Whitespace

pull/3154/head
Behdad Esfahbod 4 years ago
parent 9b390f8c40
commit f245dc4db8
  1. 4
      src/hb-set.hh

@ -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;

Loading…
Cancel
Save