]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tfm-reader.cc
*** empty log message ***
[lilypond.git] / lily / tfm-reader.cc
index 76c55cbc2847a69b6d99a46411611d44baefae94..1edeef43c568e58ab28006d49a0f94f6f4d1d909 100644 (file)
@@ -24,7 +24,7 @@ Tex_font_metric_reader::Tex_font_metric_reader (String name)
   : input_ (name)
 {
   
-  for (int i= 0; i < TFM_SIZE; i++)
+  for (int i = 0; i < TFM_SIZE; i++)
     ascii_to_metric_idx_.push (-1);
 
   read_header ();