]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column.cc
formatting nit.
[lilypond.git] / lily / dot-column.cc
index e549fa11c496ebacd725c56819535864865668fb..24c6388c2dff0d71f2e956afbafdcb92ea7aae97 100644 (file)
@@ -126,11 +126,7 @@ Dot_column::calc_positioning_done (SCM smob)
        {
          Grob *stem = unsmob_grob (note->get_object ("stem"));
          if (stem)
-           {
-             dp.extremal_head_ = Stem::first_head (stem) == note;
-
-
-           }
+           dp.extremal_head_ = Stem::first_head (stem) == note;
          
          dp.x_extent_ = note->extent (commonx, X_AXIS);
        }