From 57a94c4863a9e70926304b247b6f16b3b8a1c6ec Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 25 May 2008 16:49:29 +0000 Subject: [PATCH] whitespace --- src/truetype/ttgload.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/truetype/ttgload.c b/src/truetype/ttgload.c index 6e826f0f9..a7e65fbe0 100644 --- a/src/truetype/ttgload.c +++ b/src/truetype/ttgload.c @@ -1416,14 +1416,14 @@ /*********************************************************************/ { - FT_UInt n, num_base_points; - FT_SubGlyph subglyph = 0; + FT_UInt n, num_base_points; + FT_SubGlyph subglyph = 0; - FT_UInt num_points = start_point; - FT_UInt num_subglyphs = gloader->current.num_subglyphs; - FT_UInt num_base_subgs = gloader->base.num_subglyphs; + FT_UInt num_points = start_point; + FT_UInt num_subglyphs = gloader->current.num_subglyphs; + FT_UInt num_base_subgs = gloader->base.num_subglyphs; - FT_Stream old_stream = loader->stream; + FT_Stream old_stream = loader->stream; FT_GlyphLoader_Add( gloader );