(important) formatting

This commit is contained in:
Werner Lemberg 2008-10-11 06:00:15 +00:00
parent cec1d5f86a
commit 0192230ea2
1 changed files with 6 additions and 5 deletions

View File

@ -907,11 +907,12 @@
{ {
for ( i = 0; for ( i = 0;
i < num_coords && blend->normalizedcoords[i] == coords[i]; i < num_coords && blend->normalizedcoords[i] == coords[i];
++i ); ++i )
if ( i == num_coords ) ;
manageCvt = mcvt_retain; if ( i == num_coords )
else manageCvt = mcvt_retain;
manageCvt = mcvt_load; else
manageCvt = mcvt_load;
/* If we don't change the blend coords then we don't need to do */ /* 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 */ /* anything to the cvt table. It will be correct. Otherwise we */