ref: 0192230ea206e7bf4316483103c308fda177e874
parent: cec1d5f86a22130352979ca81fb1adf8f1c7e63e
author: Werner Lemberg <[email protected]>
date: Sat Oct 11 02:00:15 EDT 2008
(important) formatting
--- 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 */