aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-12 00:40:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-12 00:40:57 +0200
commitac104d5842f1f015250d234f7fe9d7cae8aad42b (patch)
treec426e82c5700937a097b35f7615c4ca9ed05e082
parentHTML Change template code for new events. (diff)
downloadcalp-ac104d5842f1f015250d234f7fe9d7cae8aad42b.tar.gz
calp-ac104d5842f1f015250d234f7fe9d7cae8aad42b.tar.xz
Minor whitespace change.
-rw-r--r--module/vcomponent/build.scm4
1 files 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))