From aa064382d0d611c96fb64cea10e0bfe734dab5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 3 May 2020 00:28:24 +0200 Subject: Whitespace fixup. --- module/output/html.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/module/output/html.scm b/module/output/html.scm index 3aeadd7e..a9f8fa5d 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -761,14 +761,14 @@ ;; Events which started before our start point, ;; but "spill" into our time span. (section (@ (class "text-day")) - (header (h2 "Tidigare")) - ,@(stream->list - (stream-map - fmt-single-event - (stream-take-while - (compose (cut date/-time start-date) - (extract 'DTSTART)) - (cdr (stream-car evs)))))) + (header (h2 "Tidigare")) + ,@(stream->list + (stream-map + fmt-single-event + (stream-take-while + (compose (cut date/-time start-date) + (extract 'DTSTART)) + (cdr (stream-car evs)))))) ,@(stream->list (stream-map fmt-day evs)))))))) -- cgit v1.2.3