From 3fb8fb4ef211cc9f7fd52424490a4e221d05d80f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 25 Nov 2006 01:58:54 +0100 Subject: [PATCH] formatting nit --- lily/paper-book.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/paper-book.cc b/lily/paper-book.cc index 37a156238a..bddeffe150 100644 --- a/lily/paper-book.cc +++ b/lily/paper-book.cc @@ -411,7 +411,7 @@ Paper_book::pages () pages_ = SCM_EOL; SCM proc = paper_->c_variable ("page-breaking-wrapper"); - pages_ = scm_apply_0 (proc, scm_list_1(self_scm ())); + pages_ = scm_apply_0 (proc, scm_list_1 (self_scm ())); /* set systems_ from the pages */ if (systems_ == SCM_BOOL_F) -- 2.39.5