From 642c9dcf1b34b51ffdbf88ccbef4762aa12a5cbe Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 31 Oct 2018 14:02:37 +0330 Subject: [PATCH] [aat] Minor, remove extra semicolons --- src/hb-aat-layout-morx-table.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hb-aat-layout-morx-table.hh b/src/hb-aat-layout-morx-table.hh index 08a380a..51bb3b3 100644 --- a/src/hb-aat-layout-morx-table.hh +++ b/src/hb-aat-layout-morx-table.hh @@ -388,11 +388,11 @@ struct LigatureEntry template static inline bool performAction (Flags flags) - { return flags & PerformAction; }; + { return flags & PerformAction; } template static inline unsigned int ligActionIndex (Entry &entry, Flags flags) - { return entry->data.ligActionIndex; }; + { return entry->data.ligActionIndex; } }; template <> struct LigatureEntry @@ -412,11 +412,11 @@ struct LigatureEntry template static inline bool performAction (Flags flags) - { return flags & Offset; }; + { return flags & Offset; } template static inline unsigned int ligActionIndex (Entry &entry, Flags flags) - { return flags & 0x3FFF; }; + { return flags & 0x3FFF; } }; -- 2.7.4