]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-lexer.cc
* lily/modified-font-metric.cc (text_dimension): try
[lilypond.git] / lily / lily-lexer.cc
index 983dbc043fe035e2cbe48e719c7d10a3a51a0725..df238ef784c9b92179c8788e837f82bb86a7f5f4 100644 (file)
@@ -264,7 +264,7 @@ Lily_lexer::escaped_char (char c) const
 Input
 Lily_lexer::here_input () const
 {
-  Source_file * f= get_source_file ();
+  Source_file * f = get_source_file ();
   return Input (f, (char*)here_str0 ());
 }