Formatting.

This commit is contained in:
Werner Lemberg 2006-11-07 09:47:04 +00:00
parent 5e43089b4f
commit d60ae949db
1 changed files with 2 additions and 2 deletions

View File

@ -137,10 +137,10 @@
return;
}
if (slot->advance.x)
if ( slot->advance.x )
slot->advance.x += xstr;
if (slot->advance.y)
if ( slot->advance.y )
slot->advance.y += ystr;
slot->metrics.width += xstr;