diff --git a/src/hb-set.hh b/src/hb-set.hh index 09940c654..d47b3e8ca 100644 --- a/src/hb-set.hh +++ b/src/hb-set.hh @@ -387,9 +387,9 @@ struct hb_set_t return true; } - bool allocate_compact_workspace(hb_vector_t& workspace) + bool allocate_compact_workspace (hb_vector_t& workspace) { - if (unlikely(!workspace.resize (pages.length))) + if (unlikely (!workspace.resize (pages.length))) { successful = false; return false;