]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dispatcher.cc
parser/lexer: eliminate LYRIC_MARKUP as a token separate from MARKUP (2996/2)
[lilypond.git] / lily / dispatcher.cc
index 8e6350f2949432c87e7de0c8eed20480ece2ea3a..0d899f94ba7ea27cfcc0b610ee4bd14d0eecb52f 100644 (file)
@@ -181,9 +181,9 @@ Dispatcher::is_listened_class (SCM cl)
 
 static SCM
 accumulate_types (void * /* closure */,
-                 SCM key,
-                 SCM val,
-                 SCM result)
+                  SCM key,
+                  SCM val,
+                  SCM result)
 {
   if (scm_is_pair (val))
     return scm_cons (key, result);