]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rod.cc
* Ignore test failures on non-i386/amd64 architectures (Closes:
[lilypond.git] / lily / rod.cc
index 268c5e737ec4d1873bccdf7e8b2217fa1694ba9c..be04a669ab728b1354376aa2ab420c84e3ab0ae8 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--2009 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