]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rod.cc
Run `make grand-replace'.
[lilypond.git] / lily / rod.cc
index 268c5e737ec4d1873bccdf7e8b2217fa1694ba9c..a94bcb399671f3995b7cde709629862715a47fbb 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "rod.hh"
@@ -33,8 +33,7 @@ Rod::columnize ()
       distance_ += -d * item_drul_[d]->relative_coordinate (pc, X_AXIS);
       item_drul_[d] = pc;
     }
-  while ((flip (&d))!= LEFT);
-
+  while ((flip (&d)) != LEFT);
 }
 
 void