From 46ec6db9656537997b29581cabb6dba901565767 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 22 Jul 2020 17:30:48 +0430 Subject: [PATCH] minor --- src/hb-aat-layout-kerx-table.hh | 4 +--- src/hb-ot-map.hh | 4 ++-- src/hb-subset-cff1.cc | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/hb-aat-layout-kerx-table.hh b/src/hb-aat-layout-kerx-table.hh index fe1b1ca3a..1cd412164 100644 --- a/src/hb-aat-layout-kerx-table.hh +++ b/src/hb-aat-layout-kerx-table.hh @@ -229,9 +229,7 @@ struct KerxSubTableFormat1 bool is_actionable (StateTableDriver *driver HB_UNUSED, const Entry &entry) - { - return Format1EntryT::performAction (entry); - } + { return Format1EntryT::performAction (entry); } void transition (StateTableDriver *driver, const Entry &entry) { diff --git a/src/hb-ot-map.hh b/src/hb-ot-map.hh index b4f2fb904..7629a869b 100644 --- a/src/hb-ot-map.hh +++ b/src/hb-ot-map.hh @@ -213,8 +213,8 @@ struct hb_ot_map_builder_t { add_feature (feat.tag, feat.flags); } void enable_feature (hb_tag_t tag, - hb_ot_map_feature_flags_t flags=F_NONE, - unsigned int value=1) + hb_ot_map_feature_flags_t flags=F_NONE, + unsigned int value=1) { add_feature (tag, F_GLOBAL | flags, value); } void disable_feature (hb_tag_t tag) diff --git a/src/hb-subset-cff1.cc b/src/hb-subset-cff1.cc index f3ed518f7..f16b2533a 100644 --- a/src/hb-subset-cff1.cc +++ b/src/hb-subset-cff1.cc @@ -114,7 +114,7 @@ struct cff1_top_dict_values_mod_t : cff1_top_dict_values_t struct top_dict_modifiers_t { top_dict_modifiers_t (const cff1_sub_table_info_t &info_, - const unsigned int (&nameSIDs_)[name_dict_values_t::ValCount]) + const unsigned int (&nameSIDs_)[name_dict_values_t::ValCount]) : info (info_), nameSIDs (nameSIDs_) {}