[set] Whitespace
diff --git a/src/hb-set.hh b/src/hb-set.hh
index 09940c6..d47b3e8 100644
--- a/src/hb-set.hh
+++ b/src/hb-set.hh
@@ -387,9 +387,9 @@
     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;