diff options
author | Graham Percival <graham@percival-music.ca> | 2011-08-01 20:19:33 +0100 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2011-08-01 20:19:33 +0100 |
commit | 4a401ca1c60f428daa242dbdd102fdb3f327ebfb (patch) | |
tree | 5eeb3dd5db897fb88a957a57599999935f208434 /lily/rod.cc | |
parent | 1c72394c0ae30ba289f869059ec2532eac8d4015 (diff) |
Grand fixcc.py run on all .hh .cc files.
Apologies for the inconvenience in patch handling, but getting
this done at once will cause less long-term problems than trying
to do this piecemeal.
Note for future git historians: this patch was created by running
scripts/auxiliar/fixcc.py \
$(find flower lily -name '*cc' -o -name '*hh' | grep -v /out)
with astyle 2.02 installed. No manual changes were made.
Diffstat (limited to 'lily/rod.cc')
-rw-r--r-- | lily/rod.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lily/rod.cc b/lily/rod.cc index 1198dee36f..014296a32c 100644 --- a/lily/rod.cc +++ b/lily/rod.cc @@ -54,7 +54,7 @@ Rod::add_to_cols () if (item_drul_[LEFT] != item_drul_[RIGHT] && item_drul_[LEFT] && item_drul_[RIGHT]) Spaceable_grob::add_rod (item_drul_[LEFT], - item_drul_[RIGHT], - distance_); + item_drul_[RIGHT], + distance_); } |