From 3ee5a5b2e566aa1638b4cb2d883e8e2b99c3fce5 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 18 Dec 2006 16:21:12 +0100 Subject: [PATCH] formatting nitpicks. --- lily/note-collision.cc | 1 - scm/define-grobs.scm | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) 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))))))))) -- 2.39.2