summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2008-10-11 06:00:15 +0000
committerWerner Lemberg <wl@gnu.org>2008-10-11 06:00:15 +0000
commit0192230ea206e7bf4316483103c308fda177e874 (patch)
tree0267dd4514d43714fd7c34607c0d58b6a02376a4 /src
parentcec1d5f86a22130352979ca81fb1adf8f1c7e63e (diff)
downloadfreetype2-0192230ea206e7bf4316483103c308fda177e874.tar.gz
(important) formatting
Diffstat (limited to 'src')
-rw-r--r--src/truetype/ttgxvar.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c
index 0b3adbccf..02bc363fc 100644
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -907,11 +907,12 @@
{
for ( i = 0;
i < num_coords && blend->normalizedcoords[i] == coords[i];
- ++i );
- if ( i == num_coords )
- manageCvt = mcvt_retain;
- else
- manageCvt = mcvt_load;
+ ++i )
+ ;
+ if ( i == num_coords )
+ manageCvt = mcvt_retain;
+ else
+ manageCvt = mcvt_load;
/* If we don't change the blend coords then we don't need to do */
/* anything to the cvt table. It will be correct. Otherwise we */