Formatting.

david-pic-changes
Werner Lemberg 18 years ago
parent 5e43089b4f
commit d60ae949db
  1. 4
      src/base/ftsynth.c

@ -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;

Loading…
Cancel
Save