Commit ea44d5ec3d7460e56c4cc681e8a36637a39a71e3

David Turner 2000-05-16T23:22:41

formatting

diff --git a/include/freetype/config/ftconfig.h b/include/freetype/config/ftconfig.h
index 2e80022..a25cbe5 100644
--- a/include/freetype/config/ftconfig.h
+++ b/include/freetype/config/ftconfig.h
@@ -188,7 +188,7 @@
 #endif
 
 #ifndef  EXPORT_VAR
-#define  EXPORT_VAR(x)  extern x
+#define  EXPORT_VAR(x)   extern  x
 #endif
 
 #endif /* FTCONFIG_H */
diff --git a/src/base/ftgrays.c b/src/base/ftgrays.c
index 261b72b..67ef667 100644
--- a/src/base/ftgrays.c
+++ b/src/base/ftgrays.c
@@ -47,10 +47,7 @@
 /*                                                                           */
 
 #include <freetype/ftgrays.h>
-
-#if 1
 #include <string.h>  /* for memcpy */
-#endif
 
 #define ErrRaster_Invalid_Outline  -1