Whitespace
This commit is contained in:
parent
962f95cf80
commit
f92d188d77
|
@ -37,8 +37,8 @@ namespace OT {
|
||||||
typedef hb_pair_t<hb_codepoint_t, hb_codepoint_t> hb_codepoint_pair_t;
|
typedef hb_pair_t<hb_codepoint_t, hb_codepoint_t> hb_codepoint_pair_t;
|
||||||
|
|
||||||
template<typename Iterator,
|
template<typename Iterator,
|
||||||
hb_requires (hb_is_sorted_source_of (Iterator,
|
hb_requires (hb_is_sorted_source_of (Iterator,
|
||||||
const hb_codepoint_pair_t))>
|
const hb_codepoint_pair_t))>
|
||||||
static inline void SingleSubst_serialize (hb_serialize_context_t *c,
|
static inline void SingleSubst_serialize (hb_serialize_context_t *c,
|
||||||
Iterator it);
|
Iterator it);
|
||||||
|
|
||||||
|
@ -89,8 +89,8 @@ struct SingleSubstFormat1
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename Iterator,
|
template<typename Iterator,
|
||||||
hb_requires (hb_is_sorted_source_of (Iterator,
|
hb_requires (hb_is_sorted_source_of (Iterator,
|
||||||
hb_codepoint_t))>
|
hb_codepoint_t))>
|
||||||
bool serialize (hb_serialize_context_t *c,
|
bool serialize (hb_serialize_context_t *c,
|
||||||
Iterator glyphs,
|
Iterator glyphs,
|
||||||
unsigned delta)
|
unsigned delta)
|
||||||
|
@ -181,8 +181,8 @@ struct SingleSubstFormat2
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename Iterator,
|
template<typename Iterator,
|
||||||
hb_requires (hb_is_sorted_source_of (Iterator,
|
hb_requires (hb_is_sorted_source_of (Iterator,
|
||||||
const hb_codepoint_pair_t))>
|
const hb_codepoint_pair_t))>
|
||||||
bool serialize (hb_serialize_context_t *c,
|
bool serialize (hb_serialize_context_t *c,
|
||||||
Iterator it)
|
Iterator it)
|
||||||
{
|
{
|
||||||
|
@ -240,8 +240,8 @@ struct SingleSubst
|
||||||
{
|
{
|
||||||
|
|
||||||
template<typename Iterator,
|
template<typename Iterator,
|
||||||
hb_requires (hb_is_sorted_source_of (Iterator,
|
hb_requires (hb_is_sorted_source_of (Iterator,
|
||||||
const hb_codepoint_pair_t))>
|
const hb_codepoint_pair_t))>
|
||||||
bool serialize (hb_serialize_context_t *c,
|
bool serialize (hb_serialize_context_t *c,
|
||||||
Iterator glyphs)
|
Iterator glyphs)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue