summaryrefslogtreecommitdiff
path: root/src/gxvalid
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2006-08-19 11:18:09 +0000
committerWerner Lemberg <wl@gnu.org>2006-08-19 11:18:09 +0000
commit123429962025b376145a2541cc9b980722ad1440 (patch)
treebce739ea7f9ce8de92d3311c22c26952dc0c2806 /src/gxvalid
parent2652bd54122de9ed7feb5e0478f310ed70703e86 (diff)
downloadfreetype2-123429962025b376145a2541cc9b980722ad1440.tar.gz
formatting
Diffstat (limited to 'src/gxvalid')
-rw-r--r--src/gxvalid/gxvmod.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/gxvalid/gxvmod.c b/src/gxvalid/gxvmod.c
index 2f8d24629..d8d6e2a06 100644
--- a/src/gxvalid/gxvmod.c
+++ b/src/gxvalid/gxvmod.c
@@ -4,7 +4,8 @@
/* */
/* FreeType's TrueTypeGX/AAT validation module implementation (body). */
/* */
-/* Copyright 2004, 2005 by suzuki toshiya, Masatake YAMATO, Red Hat K.K., */
+/* Copyright 2004, 2005, 2006 */
+/* by suzuki toshiya, Masatake YAMATO, Red Hat K.K., */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -72,9 +73,9 @@
}
-#define GXV_TABLE_DECL( _sfnt ) \
- FT_Byte* volatile _sfnt = NULL; \
- FT_ULong len_ ## _sfnt = 0
+#define GXV_TABLE_DECL( _sfnt ) \
+ FT_Byte* volatile _sfnt = NULL; \
+ FT_ULong len_ ## _sfnt = 0
#define GXV_TABLE_LOAD( _sfnt ) \
if ( ( FT_VALIDATE_ ## _sfnt ## _INDEX < table_count ) && \
@@ -109,10 +110,10 @@
FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
FT_UInt table_count )
{
- FT_Memory volatile memory = FT_FACE_MEMORY( face );
+ FT_Memory volatile memory = FT_FACE_MEMORY( face );
- FT_Error error = GXV_Err_Ok;
- FT_ValidatorRec volatile valid;
+ FT_Error error = GXV_Err_Ok;
+ FT_ValidatorRec volatile valid;
FT_UInt i;