From 0bf86d9c5dcb0de206b38c3cf1824d2254376f37 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 6 May 2019 23:39:26 -0700 Subject: [PATCH] Whitespace --- src/hb-meta.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-meta.hh b/src/hb-meta.hh index 9ca63cd97..52f686628 100644 --- a/src/hb-meta.hh +++ b/src/hb-meta.hh @@ -139,8 +139,8 @@ struct } HB_FUNCOBJ (hb_ref); -template struct hb_enable_if {}; -template struct hb_enable_if { typedef T type; }; +template struct hb_enable_if {}; +template struct hb_enable_if { typedef T type; }; #define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr template struct hb_is_same : hb_false_t {};