提交 887c4b44 编写于 作者: B Behdad Esfahbod

[HB] Cosmetic

上级 ca5290f4
...@@ -760,13 +760,13 @@ struct GSUB : GSUBGPOS { ...@@ -760,13 +760,13 @@ struct GSUB : GSUBGPOS {
ASSERT_SIZE (GSUB, 10); ASSERT_SIZE (GSUB, 10);
/* Out-of-class implementation for methods chaining */ /* Out-of-class implementation for methods recursing */
inline bool ExtensionSubstFormat1::substitute (LOOKUP_ARGS_DEF) const { inline bool ExtensionSubstFormat1::substitute (LOOKUP_ARGS_DEF) const {
/* XXX either check in sanitize or here that the lookuptype is not 7 again, /* XXX either check in sanitize or here that the lookuptype is not 7 again,
* or we can loop indefinitely. */ * or we can loop indefinitely. */
return (*(SubstLookupSubTable *)(((char *) this) + get_offset ())).substitute (LOOKUP_ARGS, return (*(SubstLookupSubTable *)(((char *) this) + get_offset ())).substitute (LOOKUP_ARGS,
get_type ()); get_type ());
} }
static inline bool substitute_lookup (LOOKUP_ARGS_DEF, unsigned int lookup_index) { static inline bool substitute_lookup (LOOKUP_ARGS_DEF, unsigned int lookup_index) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册