From 7c97fdea910b6c97606f5f66b5b5a0a001193451 Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Thu, 7 Aug 2014 20:28:21 +0200 Subject: [PATCH] Add missing trailing newline --- scm/lily.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/lily.scm b/scm/lily.scm index 2f589d01ff..e4126ef3ff 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -750,7 +750,7 @@ messages into errors.") (define (dump-profile base last this) (let* ((outname (format #f "~a.profile" (dir-basename base ".ly"))) (diff (map - this last))) - (ly:progress "\nWriting timing to ~a..." outname) + (ly:progress "\nWriting timing to ~a...\n" outname) (format (open-file outname "w") "time: ~a\ncells: ~a\n" (if (ly:get-option 'dump-cpu-profile) -- 2.39.2