Index: include/freetype/internal/autohint.h |
diff --git a/include/freetype/internal/autohint.h b/include/freetype/internal/autohint.h |
index 7e3a08a05117e40f24deaea902fc89f53f8786b5..231bdd4a5bf26d73df2d228355840034e07c3caf 100644 |
--- a/include/freetype/internal/autohint.h |
+++ b/include/freetype/internal/autohint.h |
@@ -206,7 +206,7 @@ FT_BEGIN_HEADER |
reset_face_, get_global_hints_, done_global_hints_, load_glyph_ \ |
}; |
-#else /* FT_CONFIG_OPTION_PIC */ |
+#else /* FT_CONFIG_OPTION_PIC */ |
#define FT_DEFINE_AUTOHINTER_SERVICE(class_, reset_face_, get_global_hints_, \ |
done_global_hints_, load_glyph_) \ |
@@ -219,9 +219,9 @@ FT_BEGIN_HEADER |
clazz->get_global_hints = get_global_hints_; \ |
clazz->done_global_hints = done_global_hints_; \ |
clazz->load_glyph = load_glyph_; \ |
- } |
+ } |
-#endif /* FT_CONFIG_OPTION_PIC */ |
+#endif /* FT_CONFIG_OPTION_PIC */ |
FT_END_HEADER |