Fixed indention.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 20 Nov 2020 17:38:07 +0200
changeset 1641 bbb65280822b
parent 1640 cbcc2ac8f3e3
child 1642 4b2fba646dfd
Fixed indention.
mypasshide.el
--- a/mypasshide.el	Fri Nov 20 17:24:58 2020 +0200
+++ b/mypasshide.el	Fri Nov 20 17:38:07 2020 +0200
@@ -13,8 +13,8 @@
     (goto-char (point-min))
     (while (re-search-forward mypasshide-prefix-re nil t)
       (let* ((beg (match-end 0))
-            (end (line-end-position))
-            (overlay (make-overlay beg end)))
+             (end (line-end-position))
+             (overlay (make-overlay beg end)))
         (mypasshide--toggle-display overlay t)
         (overlay-put overlay 'reveal-toggle-invisible #'mypasshide--toggle-display)
         ))))