From ac104d5842f1f015250d234f7fe9d7cae8aad42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 12 Jul 2020 00:40:57 +0200 Subject: Minor whitespace change. --- module/vcomponent/build.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/vcomponent/build.scm b/module/vcomponent/build.scm index dd3431c1..a4512819 100644 --- a/module/vcomponent/build.scm +++ b/module/vcomponent/build.scm @@ -14,9 +14,9 @@ :use-module (srfi srfi-26) :use-module ((srfi srfi-88) :select (keyword->string))) -(define-public (vevent . body) (apply vcomponent 'VEVENT body)) +(define-public (vevent . body) (apply vcomponent 'VEVENT body)) (define-public (vcalendar . body) (apply vcomponent 'VCALENDAR body)) -(define-public (valarm . body) (apply vcomponent 'VALARM body)) +(define-public (valarm . body) (apply vcomponent 'VALARM body)) (define-public (vcomponent tag . rest) (define v (make-vcomponent tag)) -- cgit v1.2.3