Commit 93fdf4eb89535699f49bf454ce25bc43763079f4

Werner Lemberg 2015-12-10T11:52:08

Formatting.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/src/autofit/afshaper.c b/src/autofit/afshaper.c
index 1881387..41e58f6 100644
--- a/src/autofit/afshaper.c
+++ b/src/autofit/afshaper.c
@@ -486,9 +486,9 @@
     *count = hb_buffer_get_length( buf );
 
 #ifdef FT_DEBUG_LEVEL_TRACE
-      if ( feature && *count > 1 )
-        FT_TRACE1(( "af_get_char_index:"
-                    " input character mapped to multiple glyphs\n" ));
+    if ( feature && *count > 1 )
+      FT_TRACE1(( "af_get_char_index:"
+                  " input character mapped to multiple glyphs\n" ));
 #endif
 
     return q;