From: Han-Wen Nienhuys Date: Mon, 18 Dec 2006 15:21:12 +0000 (+0100) Subject: formatting nitpicks. X-Git-Tag: release/2.11.3-1~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3ee5a5b2e566aa1638b4cb2d883e8e2b99c3fce5;p=lilypond.git formatting nitpicks. --- diff --git a/lily/note-collision.cc b/lily/note-collision.cc index ec79a41e3c..f5c4483bbd 100644 --- a/lily/note-collision.cc +++ b/lily/note-collision.cc @@ -424,7 +424,6 @@ Note_collision_interface::get_clash_groups (Grob *me) /** This complicated routine moves note columns around horizontally to ensure that notes don't clash. - This should be put into Scheme. */ SCM Note_collision_interface::automatic_shift (Grob *me, diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 994b5e11d8..7aad372102 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -2139,4 +2139,7 @@ (apply unpure args) (let ((pure (assq unpure pure-conversions-alist))) (if pure - (apply (cdr pure) (append (list (car args) start end) (cdr args))))))))) + (apply (cdr pure) + (append + (list (car args) start end) + (cdr args)))))))))