Whitespace

This commit is contained in:
Behdad Esfahbod 2019-05-06 23:39:26 -07:00
parent 72eb91deb9
commit 0bf86d9c5d
1 changed files with 2 additions and 2 deletions

View File

@ -139,8 +139,8 @@ struct
} HB_FUNCOBJ (hb_ref); } HB_FUNCOBJ (hb_ref);
template<bool B, typename T = void> struct hb_enable_if {}; template <bool B, typename T = void> struct hb_enable_if {};
template<typename T> struct hb_enable_if<true, T> { typedef T type; }; template <typename T> struct hb_enable_if<true, T> { typedef T type; };
#define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr #define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr
template <typename T, typename T2> struct hb_is_same : hb_false_t {}; template <typename T, typename T2> struct hb_is_same : hb_false_t {};