[HB] Cosmetic

This commit is contained in:
Behdad Esfahbod 2009-05-17 21:06:08 -04:00
parent ca5290f499
commit 887c4b4416
1 changed files with 2 additions and 2 deletions

View File

@ -760,13 +760,13 @@ struct GSUB : GSUBGPOS {
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 {
/* XXX either check in sanitize or here that the lookuptype is not 7 again,
* or we can loop indefinitely. */
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) {