From 77dba0ddf59069b0980b2413f6f46f0f012edcab Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 5 Dec 2020 20:14:04 +0530 Subject: email: Indent better. * email/email.scm (define-cfws-pattern): Indent better. --- email/email.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/email/email.scm b/email/email.scm index 5df541c..631d519 100644 --- a/email/email.scm +++ b/email/email.scm @@ -159,7 +159,9 @@ (define-syntax-rule (define-cfws-pattern name comment) (define-peg-pattern name body - (or (and (+ (and (? fws) comment)) (? fws)) fws))) + (or (and (+ (and (? fws) comment)) + (? fws)) + fws))) (define-cfws-pattern cfws comment) -- cgit v1.2.3