From 38449dceaf861cf1350df798773b412eea6f324c Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 26 Oct 2009 07:26:25 +0100 Subject: [PATCH] Whitespace. --- src/base/ftobjs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c index 421540c8d..6fb2a8dd7 100644 --- a/src/base/ftobjs.c +++ b/src/base/ftobjs.c @@ -708,8 +708,8 @@ } /* compute the linear advance in 16.16 pixels */ - if ( ( load_flags & FT_LOAD_LINEAR_DESIGN ) == 0 && - ( FT_IS_SCALABLE( face ) ) ) + if ( ( load_flags & FT_LOAD_LINEAR_DESIGN ) == 0 && + ( FT_IS_SCALABLE( face ) ) ) { FT_Size_Metrics* metrics = &face->size->metrics;