summaryrefslogtreecommitdiff
path: root/src/sfnt/ttload.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2010-06-08 08:37:11 +0200
committerWerner Lemberg <wl@gnu.org>2010-06-08 08:37:11 +0200
commit370aea802c9ed3b8bd42ce8d1308c44e1487367b (patch)
treeb5174ba99236f0fe18da2205c6ef83b47d26139a /src/sfnt/ttload.c
parentd087199f2c1388024b37fb3c3836e103aeded6c0 (diff)
downloadfreetype2-370aea802c9ed3b8bd42ce8d1308c44e1487367b.tar.gz
Formatting.
Diffstat (limited to 'src/sfnt/ttload.c')
-rw-r--r--src/sfnt/ttload.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sfnt/ttload.c b/src/sfnt/ttload.c
index 3ad33bd6d..f60d49b02 100644
--- a/src/sfnt/ttload.c
+++ b/src/sfnt/ttload.c
@@ -77,7 +77,8 @@
{
/* For compatibility with Windows, we consider */
/* zero-length tables the same as missing tables. */
- if ( entry->Tag == tag ) {
+ if ( entry->Tag == tag )
+ {
if ( entry->Length != 0 )
{
FT_TRACE4(( "found table.\n" ));