From 4bc50181321142041c754524e0add451fc22cfb7 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:26:05 +0000 Subject: [PATCH] lilypond-1.3.91 --- lily/tfm-reader.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5