]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/open-type-font.cc
Font_metric API: code consistency.
[lilypond.git] / lily / open-type-font.cc
index 48529ef269859dc9b39a0eea9902872a04873056..de3228dbf460a66ae9cbe9ae8ba81dd86f1ea0bb 100644 (file)
@@ -241,7 +241,7 @@ Open_type_font::name_to_index (string nm) const
 size_t
 Open_type_font::index_to_charcode (size_t i) const
 {
-  return index_to_charcode_map_.at(i);
+  return index_to_charcode_map_.at (i);
 }
 
 size_t
@@ -296,7 +296,6 @@ Open_type_font::font_name () const
   return FT_Get_Postscript_Name (face_);
 }
 
-
 SCM
 Open_type_font::glyph_list () const
 {