From 8262e9148d500bfb6f8dbc28630e89229758bf50 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Thu, 17 Sep 2009 22:58:31 +0100 Subject: [PATCH] framework-ps.scm: Fix indentation. --- scm/framework-ps.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm index b920d06058..8dcbe1e9e8 100644 --- a/scm/framework-ps.scm +++ b/scm/framework-ps.scm @@ -582,11 +582,11 @@ fonts inline." (for-each (lambda (system-list) ;; filter out headers and top-level markup (if (pair? system-list) - (clip-score-systems - (if (> count 0) - (format "~a-~a" basename count) - basename) - system-list))) + (clip-score-systems + (if (> count 0) + (format "~a-~a" basename count) + basename) + system-list))) score-system-list))) (define-public (output-preview-framework basename book scopes fields) -- 2.39.5