style: fix indentation

This commit is contained in:
Lucien Cartier-Tilet 2023-05-14 12:47:43 +02:00
parent 8bec97a8a0
commit 86f211ba50
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 8 additions and 9 deletions

View File

@ -146,8 +146,7 @@ contextual information."
(if (or (not headline) (org-export-low-level-p headline info)) 0
(plist-get info :ascii-inner-margin))))))
(defun org-gemini--build-title
(element info _text-width &optional _underline _notags toc)
(defun org-gemini--build-title (element info _text-width &optional _underline _notags toc)
"Build a title heading.
ELEMENT is an org-element. TOC is whether to show the table of contents.