]> git.donarmstrong.com Git - lilypond.git/commitdiff
indent fix.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 13 Mar 2010 05:40:42 +0000 (02:40 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Mar 2010 12:56:27 +0000 (09:56 -0300)
lily/book.cc

index f728a7ed974f920e73c8324f96a2fed7aa036197..f4dd09362c37e7a2bcdbcce84897817d39fd926e 100644 (file)
@@ -290,7 +290,7 @@ Book::process (Output_def *default_paper,
     {
       paper_book->paper_->normalize ();
       /* Process scores */
-  /* Render in order of parsing.  */
+      /* Render in order of parsing.  */
       for (SCM s = scm_reverse (scores_); scm_is_pair (s); s = scm_cdr (s))
         {
           process_score (s, paper_book, default_layout);