]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parse-scm.cc
Run grand-replace (issue 3765)
[lilypond.git] / lily / parse-scm.cc
index 3dc07fa3d5c68e5295ebe3c6b1353c383088fa58..58348dc63274ec4f82ea2f75c0b79c2c2d6606ea 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2004--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -68,9 +68,9 @@ internal_ly_parse_scm (Parse_start *ps)
             form = scm_list_1 (c);
         }
       if (multiple)
-       form = scm_list_3 (ly_symbol2scm ("apply"),
-                          ly_symbol2scm ("values"),
-                          form);
+        form = scm_list_3 (ly_symbol2scm ("apply"),
+                           ly_symbol2scm ("values"),
+                           form);
       return scm_cons (form, make_input (ps->start_location_));
     }