ref: d60ae949dbd2f4fc4744c670fb10f320d39311f7
parent: 5e43089b4f4a1381cf93cad03e25c56ab0b71ab4
author: Werner Lemberg <[email protected]>
date: Tue Nov 7 04:47:04 EST 2006
Formatting.
--- a/src/base/ftsynth.c
+++ b/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;