From f92d188d7703184d04e8f205ae46ca3081d3e048 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 15 May 2019 18:52:57 -0700 Subject: [PATCH] Whitespace --- src/hb-ot-layout-gsub-table.hh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/hb-ot-layout-gsub-table.hh b/src/hb-ot-layout-gsub-table.hh index 0babb3b2..25b61176 100644 --- a/src/hb-ot-layout-gsub-table.hh +++ b/src/hb-ot-layout-gsub-table.hh @@ -37,8 +37,8 @@ namespace OT { typedef hb_pair_t hb_codepoint_pair_t; template + hb_requires (hb_is_sorted_source_of (Iterator, + const hb_codepoint_pair_t))> static inline void SingleSubst_serialize (hb_serialize_context_t *c, Iterator it); @@ -89,8 +89,8 @@ struct SingleSubstFormat1 } template + hb_requires (hb_is_sorted_source_of (Iterator, + hb_codepoint_t))> bool serialize (hb_serialize_context_t *c, Iterator glyphs, unsigned delta) @@ -181,8 +181,8 @@ struct SingleSubstFormat2 } template + hb_requires (hb_is_sorted_source_of (Iterator, + const hb_codepoint_pair_t))> bool serialize (hb_serialize_context_t *c, Iterator it) { @@ -240,8 +240,8 @@ struct SingleSubst { template + hb_requires (hb_is_sorted_source_of (Iterator, + const hb_codepoint_pair_t))> bool serialize (hb_serialize_context_t *c, Iterator glyphs) { -- GitLab