summaryrefslogtreecommitdiff
path: root/src/type1/t1parse.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2007-01-16 06:11:27 +0000
committerWerner Lemberg <wl@gnu.org>2007-01-16 06:11:27 +0000
commit9b774e282277f3f880e95928fb7bc82ebc26aea5 (patch)
tree67304c16276ad1dd0998d0526b53b3e75dcba6a8 /src/type1/t1parse.c
parent267e1d719ab7f506b410632838b9ce1b4c7c1a02 (diff)
downloadfreetype2-9b774e282277f3f880e95928fb7bc82ebc26aea5.tar.gz
Remove trailing whitespace. From Alexei.
Diffstat (limited to 'src/type1/t1parse.c')
-rw-r--r--src/type1/t1parse.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/type1/t1parse.c b/src/type1/t1parse.c
index db1a613cb..1b252c748 100644
--- a/src/type1/t1parse.c
+++ b/src/type1/t1parse.c
@@ -105,18 +105,18 @@
if ( FT_STREAM_SEEK( 0 ) )
goto Exit;
-
+
error = read_pfb_tag( stream, &tag, &size );
if ( error )
goto Exit;
-
+
if ( tag != 0x8001U && FT_STREAM_SEEK( 0 ) )
goto Exit;
-
+
if ( !FT_FRAME_ENTER( header_length ) )
{
error = 0;
-
+
if ( ft_memcmp( stream->cursor, header_string, header_length ) != 0 )
error = T1_Err_Unknown_File_Format;