]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spacing-loose-columns.cc
Run astyle 2.02.
[lilypond.git] / lily / spacing-loose-columns.cc
index b73f193d2dd6b2264a1b83eb622e0d884f04b69f..0752a2da24b81317c4bed2857b6d0fa90c5af7e6 100644 (file)
@@ -192,7 +192,7 @@ set_loose_columns (System *which, Column_x_positions const *posns)
       Real sum_spacing = 0;
       // currently a magic number - what would be a good grob to hold this property?
       Real left_padding = 0.15;
-      for (vsize j = 0; j  < clique_spacing.size (); j++)
+      for (vsize j = 0; j < clique_spacing.size (); j++)
         {
           sum_tight_spacing += clique_tight_spacing[j];
           sum_spacing += clique_spacing[j];