[pango/harfbuzz-ng] [HB] Cosmetic



commit 55fe0e4ea68c70815558a29d09fb139316cecc4d
Author: Behdad Esfahbod <behdad behdad org>
Date:   Sun May 17 21:06:08 2009 -0400

    [HB] Cosmetic
---
 pango/opentype/hb-ot-layout-gsub-private.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pango/opentype/hb-ot-layout-gsub-private.h b/pango/opentype/hb-ot-layout-gsub-private.h
index ea7fe68..f5a8ec5 100644
--- a/pango/opentype/hb-ot-layout-gsub-private.h
+++ b/pango/opentype/hb-ot-layout-gsub-private.h
@@ -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) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]