]> git.donarmstrong.com Git - lilypond.git/commitdiff
formatting nit.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 26 Mar 2007 01:23:52 +0000 (22:23 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 26 Mar 2007 01:23:52 +0000 (22:23 -0300)
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);
        }