From f245dc4db86483be3ede773e0bc8ba68065e2380 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 15 Aug 2021 12:40:36 -0600 Subject: [PATCH] [set] Whitespace --- src/hb-set.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;