]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-spacing.cc
Nitpick run.
[lilypond.git] / lily / note-spacing.cc
index 6f264a7135f4eda38d5ff05b58f26396af07fa9a..2bc95d7650420fee548c938ddb913c8e1b7ee79b 100644 (file)
@@ -136,7 +136,6 @@ Note_spacing::get_spacing (Grob *me, Item *right_col,
          */
          + max (0.0, -extents[RIGHT][LEFT] - (base_space - increment))));
 
-
   /*
     We don't do complicated stuff: (base_space - increment) is the
     normal amount of white, which also determines the amount of
@@ -220,9 +219,7 @@ Note_spacing::right_column (Grob *me)
     }
 
   if (!mincol)
-    {
-      return 0;
-    }
+    return 0;
 
   return mincol;
 }