]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.91
authorfred <fred>
Tue, 26 Mar 2002 23:26:05 +0000 (23:26 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:26:05 +0000 (23:26 +0000)
lily/tfm-reader.cc

index f188e300c2a4cdee48a70fec22f679b480c6ea0d..176ecd195ac7a03f8b0be7d973240c84ccf3fee4 100644 (file)
@@ -235,10 +235,10 @@ Tex_font_metric_reader::read_char ()
                       * info_.design_size; \
      }
 
-  GET_CHAR_DIMEN (width);
-  GET_CHAR_DIMEN (height);
-  GET_CHAR_DIMEN (depth);
-  GET_CHAR_DIMEN (italic_correction);
+  GET_CHAR_DIMEN(width);
+  GET_CHAR_DIMEN(height);
+  GET_CHAR_DIMEN(depth);
+  GET_CHAR_DIMEN(italic_correction);
 
   /* The other condition for a character existing is that it be between
      the first and last character codes given in the header.  We've