]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/box.cc
(ordered_elements): we cannot
[lilypond.git] / lily / box.cc
index fc85114c59b24373d2d8a5836604bdcfb2015f6e..5ec4a9f03949234f7ce87d003b2f6f157b8a0eb9 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "box.hh"
@@ -72,13 +72,12 @@ Box::add_point (Offset o)
 Offset
 Box::center () const
 {
-  return Offset (interval_a_[X_AXIS].center(),
-                interval_a_[Y_AXIS].center()); 
+  return Offset (interval_a_[X_AXIS].center (),
+                interval_a_[Y_AXIS].center ()); 
 }
 void
 Box::widen (Real x, Real y)
 {
   interval_a_[X_AXIS].widen (x);
   interval_a_[Y_AXIS].widen (y);
-  
 }