From bdd17142fbfbaa5d8d96100adb70859f960e8a1c Mon Sep 17 00:00:00 2001 From: Daniel Kochmanski Date: Fri, 21 Jul 2017 19:34:01 +0200 Subject: [PATCH] cosmetic: line wrap --- src/cmp/cmpmain.lsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cmp/cmpmain.lsp b/src/cmp/cmpmain.lsp index 7d8a78e22..fc428f82b 100755 --- a/src/cmp/cmpmain.lsp +++ b/src/cmp/cmpmain.lsp @@ -699,8 +699,7 @@ compiled successfully, returns the pathname of the compiled file" (list (si::coerce-to-filename o-pathname))))) (if (setf true-output-file (probe-file output-file)) - (cmpprogress "~&;;; Finished compiling ~a.~%;;;~%" - (namestring input-pathname)) + (cmpprogress "~&;;; Finished compiling ~a.~%;;;~%" (namestring input-pathname)) (cmperr "The C compiler failed to compile the intermediate file.")) (mapc #'cmp-delete-file to-delete)