From ac0d52d851cb1a15c561556807d03ad8b4782a03 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 2 Nov 2009 08:35:24 +0100 Subject: [PATCH] Whitespace. --- src/truetype/ttgload.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/truetype/ttgload.c b/src/truetype/ttgload.c index 28ddb9955..1896bd0bb 100644 --- a/src/truetype/ttgload.c +++ b/src/truetype/ttgload.c @@ -69,7 +69,7 @@ /* `check' is true, take care of monospaced fonts by returning the */ /* advance width maximum. */ /* */ - FT_LOCAL_DEF(void) + FT_LOCAL_DEF( void ) TT_Get_HMetrics( TT_Face face, FT_UInt idx, FT_Bool check, @@ -96,7 +96,7 @@ /* The monospace `check' is probably not meaningful here, but we leave */ /* it in for a consistent interface. */ /* */ - FT_LOCAL_DEF(void) + FT_LOCAL_DEF( void ) TT_Get_VMetrics( TT_Face face, FT_UInt idx, FT_Bool check,