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 {};