]> git.donarmstrong.com Git - lilypond.git/commitdiff
indent nit
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 25 Aug 2007 23:59:55 +0000 (20:59 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 25 Aug 2007 23:59:55 +0000 (20:59 -0300)
lily/line-spanner.cc

index 8c4354dae881afe734fcbf9620c8011e65fdf0e9..08dfbe700137233a033f3bab69074f15863930b7 100644 (file)
@@ -283,7 +283,7 @@ Line_spanner::print (SCM smob)
         SCM align = ly_assoc_get (ly_symbol2scm ("stencil-align-dir-y"),
                                   bounds[d], SCM_BOOL_F);
         SCM off = ly_assoc_get (ly_symbol2scm ("stencil-offset"),
         SCM align = ly_assoc_get (ly_symbol2scm ("stencil-align-dir-y"),
                                   bounds[d], SCM_BOOL_F);
         SCM off = ly_assoc_get (ly_symbol2scm ("stencil-offset"),
-                                  bounds[d], SCM_BOOL_F);
+                                bounds[d], SCM_BOOL_F);
 
         if (scm_is_number (align)) 
           s.align_to (Y_AXIS, scm_to_double (align));
 
         if (scm_is_number (align)) 
           s.align_to (Y_AXIS, scm_to_double (align));