diff --git a/src/hb-ot-cff1-table.hh b/src/hb-ot-cff1-table.hh index c42a12582..55f3f798c 100644 --- a/src/hb-ot-cff1-table.hh +++ b/src/hb-ot-cff1-table.hh @@ -1375,10 +1375,7 @@ struct cff1 struct accelerator_subset_t : accelerator_templ_t {}; - bool subset (hb_subset_context_t *c) const - { - return hb_subset_cff1 (c); - } + bool subset (hb_subset_context_t *c) const { return hb_subset_cff1 (c); } protected: HB_INTERNAL static hb_codepoint_t lookup_standard_encoding_for_code (hb_codepoint_t sid); diff --git a/src/hb-ot-cff2-table.hh b/src/hb-ot-cff2-table.hh index 457c99cf1..0159e0b09 100644 --- a/src/hb-ot-cff2-table.hh +++ b/src/hb-ot-cff2-table.hh @@ -538,10 +538,7 @@ struct cff2 typedef accelerator_templ_t accelerator_subset_t; - bool subset (hb_subset_context_t *c) const - { - return hb_subset_cff2 (c); - } + bool subset (hb_subset_context_t *c) const { return hb_subset_cff2 (c); } public: FixedVersion version; /* Version of CFF2 table. set to 0x0200u */