diff options
Diffstat (limited to 'src/sfnt/sfnt.c')
-rw-r--r-- | src/sfnt/sfnt.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/sfnt/sfnt.c b/src/sfnt/sfnt.c index d605ac83..e4bcf26d 100644 --- a/src/sfnt/sfnt.c +++ b/src/sfnt/sfnt.c @@ -19,17 +19,17 @@ #define FT_MAKE_OPTION_SINGLE_OBJECT #include <ft2build.h> -#include FT_SOURCE_FILE(sfnt,ttload.c) -#include FT_SOURCE_FILE(sfnt,ttcmap.c) -#include FT_SOURCE_FILE(sfnt,sfobjs.c) -#include FT_SOURCE_FILE(sfnt,sfdriver.c) +#include FT_SOURCE_FILE( sfnt, ttload.c ) +#include FT_SOURCE_FILE( sfnt, ttcmap.c ) +#include FT_SOURCE_FILE( sfnt, sfobjs.c ) +#include FT_SOURCE_FILE( sfnt, sfdriver.c ) #ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS -#include FT_SOURCE_FILE(sfnt,ttsbit.c) +#include FT_SOURCE_FILE( sfnt, ttsbit.c ) #endif #ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES -#include FT_SOURCE_FILE(sfnt,ttpost.c) +#include FT_SOURCE_FILE( sfnt, ttpost.c ) #endif |