Index: include/freetype/internal/ftpic.h |
diff --git a/include/freetype/internal/ftpic.h b/include/freetype/internal/ftpic.h |
index 1b31957d7024ebc64473e6d1d1cb198e02d93aac..5b674e6a531016838af46ddf19a0a0381d8058a0 100644 |
--- a/include/freetype/internal/ftpic.h |
+++ b/include/freetype/internal/ftpic.h |
@@ -26,7 +26,7 @@ |
#ifndef __FTPIC_H__ |
#define __FTPIC_H__ |
- |
+ |
FT_BEGIN_HEADER |
#ifdef FT_CONFIG_OPTION_PIC |
@@ -36,14 +36,14 @@ FT_BEGIN_HEADER |
/* pic containers for base */ |
void* base; |
/* pic containers for modules */ |
- void* autofit; |
- void* cff; |
- void* pshinter; |
- void* psnames; |
- void* raster; |
- void* sfnt; |
- void* smooth; |
- void* truetype; |
+ void* autofit; |
+ void* cff; |
+ void* pshinter; |
+ void* psnames; |
+ void* raster; |
+ void* sfnt; |
+ void* smooth; |
+ void* truetype; |
} FT_PIC_Container; |
/* Initialize the various function tables, structs, etc. stored in the container. */ |