From 25707e37e32777aee76317c55a234921c4a3b51e Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 5 Feb 2020 00:27:28 +0330 Subject: [PATCH] [cff] minor --- src/hb-ot-cff1-table.hh | 5 +---- src/hb-ot-cff2-table.hh | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) 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 */