From: fred Date: Tue, 26 Mar 2002 23:26:05 +0000 (+0000) Subject: lilypond-1.3.91 X-Git-Tag: release/1.5.59~1406 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4bc50181321142041c754524e0add451fc22cfb7;p=lilypond.git lilypond-1.3.91 --- diff --git a/lily/tfm-reader.cc b/lily/tfm-reader.cc index f188e300c2..176ecd195a 100644 --- a/lily/tfm-reader.cc +++ b/lily/tfm-reader.cc @@ -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