]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tfm.cc
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / lily / tfm.cc
index 97b2bbfa4572360a7ce134a5790f7faf10f28929..571df4319c76f66dc077daa4695647c5f20c3cfb 100644 (file)
@@ -9,10 +9,10 @@
  */
 
 #include "tfm.hh"
+
 #include "tfm-reader.hh"
 #include "string-convert.hh"
 #include "warn.hh"
-#include "warn.hh"
 #include "dimensions.hh"
 
 static Tex_font_char_metric dummy_static_char_metric;
@@ -102,10 +102,9 @@ Tex_font_metric::make_tfm (String file_name)
   tfm->char_metrics_ = reader.char_metrics_;
   tfm->ascii_to_metric_idx_ = reader.ascii_to_metric_idx_;
 
-  
-  tfm->encoding_table_ =
-    scm_call_1 (ly_scheme_function ("get-coding-table"),
-               scm_makfrom0str (tfm->coding_scheme ().to_str0 ()));
+  tfm->encoding_table_
+    = scm_call_1 (ly_scheme_function ("get-coding-table"),
+                 scm_makfrom0str (tfm->coding_scheme ().to_str0 ()));
 
   return tfm->self_scm ();
 }