From d713e03ae8ea5107cb434bd869297b891b748d38 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 25 Mar 2007 22:23:52 -0300 Subject: [PATCH] formatting nit. --- lily/dot-column.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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); } -- 2.39.5