未验证 提交 642c9dcf 编写于 作者: E Ebrahim Byagowi 提交者: GitHub

[aat] Minor, remove extra semicolons

上级 c962d5e7
......@@ -388,11 +388,11 @@ struct LigatureEntry<true>
template <typename Flags>
static inline bool performAction (Flags flags)
{ return flags & PerformAction; };
{ return flags & PerformAction; }
template <typename Entry, typename Flags>
static inline unsigned int ligActionIndex (Entry &entry, Flags flags)
{ return entry->data.ligActionIndex; };
{ return entry->data.ligActionIndex; }
};
template <>
struct LigatureEntry<false>
......@@ -412,11 +412,11 @@ struct LigatureEntry<false>
template <typename Flags>
static inline bool performAction (Flags flags)
{ return flags & Offset; };
{ return flags & Offset; }
template <typename Entry, typename Flags>
static inline unsigned int ligActionIndex (Entry &entry, Flags flags)
{ return flags & 0x3FFF; };
{ return flags & 0x3FFF; }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册