Commit d60ae949dbd2f4fc4744c670fb10f320d39311f7

Werner Lemberg 2006-11-07T09:47:04

Formatting.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/src/base/ftsynth.c b/src/base/ftsynth.c
index 0b32585..ff88ce9 100644
--- 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;