]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/separation-item.cc
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / separation-item.cc
index 2483bac0d67a6bbbd07ffdbde5b3e10a78b308f0..5f8471a600083fd199a75215e81ff1c2c3764abf 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1998--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "separation-item.hh"
@@ -146,7 +146,7 @@ Separation_item::boxes (Grob *me, Grob *left)
       y[UP] += extra_height[UP];
  
       if (!x.is_empty () && !y.is_empty ())
-      out.push_back (Box (x, y));
+       out.push_back (Box (x, y));
     }
 
   return out;