]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/one-line-page-breaking.cc
Run fixcc.py with astyle 2.02.
[lilypond.git] / lily / one-line-page-breaking.cc
index 018ef9cff390b4fa9e1b68e9ec0677d22a523b20..213864462fbfcca8f2af61ee8cfbf5ecd5469666 100644 (file)
@@ -55,7 +55,7 @@ One_line_page_breaking::solve ()
     {
       if (Paper_score *ps = system_specs_[i].pscore_)
         {
-          vector<Grob*> cols = ps->root_system ()->used_columns ();
+          vector<Grob *> cols = ps->root_system ()->used_columns ();
 
           // No indent, "infinite" line width, ragged.
           Column_x_positions pos = get_line_configuration (cols, numeric_limits<Real>::max (), 0, true);