From 1b73af1411c08f42b682b79c0d1e717c891831bd Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Wed, 9 Aug 2023 16:30:42 +0100
Subject: doc: Re-indent abbr markup writer.

* doc/skribilo.scm (html-engine): Re-indent.
---
 doc/skribilo.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/skribilo.scm b/doc/skribilo.scm
index 45f35a8..e65afe7 100644
--- a/doc/skribilo.scm
+++ b/doc/skribilo.scm
@@ -345,10 +345,10 @@ are a list of <record-field> objects."
   (engine-custom-set! html-engine 'css "/style.css")
   (engine-custom-set! html-engine 'charset "UTF-8")
   (markup-writer 'abbr html-engine
-                 #:options '(#:short #:long)
-                 #:action (lambda (markup engine)
-                            (display (format "<abbr title=\"~a\">~a</abbr> (~a)"
-                                             (markup-option markup #:long)
-                                             (markup-option markup #:short)
-                                             (markup-option markup #:long))
-                                     (current-output-port)))))
+    #:options '(#:short #:long)
+    #:action (lambda (markup engine)
+               (display (format "<abbr title=\"~a\">~a</abbr> (~a)"
+                                (markup-option markup #:long)
+                                (markup-option markup #:short)
+                                (markup-option markup #:long))
+                        (current-output-port)))))
-- 
cgit v1.2.3