From: Han-Wen Nienhuys Date: Mon, 26 Mar 2007 01:23:52 +0000 (-0300) Subject: formatting nit. X-Git-Tag: release/2.11.22-1~28^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d713e03ae8ea5107cb434bd869297b891b748d38;p=lilypond.git formatting nit. --- diff --git a/lily/dot-column.cc b/lily/dot-column.cc index e549fa11c4..24c6388c2d 100644 --- a/lily/dot-column.cc +++ b/lily/dot-column.cc @@ -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); }