branch: elpa/magit
commit 8b89f00450948177746136751d019e49400ce7ff
Author: Kyle Meyer <k...@kyleam.com>
Commit: Kyle Meyer <k...@kyleam.com>

    magit-next-reference: Clean up tabs
---
 lisp/magit-log.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-log.el b/lisp/magit-log.el
index 13bb65d2a6..034d8c5a00 100644
--- a/lisp/magit-log.el
+++ b/lisp/magit-log.el
@@ -1056,9 +1056,9 @@ this command and its counterpart can be repeated using \
                   (setq pos (if previous
                                 (previous-single-property-change pos 'face)
                               (next-single-property-change pos 'face))))
-       (when (cl-intersection (ensure-list (get-text-property pos 'face))
+        (when (cl-intersection (ensure-list (get-text-property pos 'face))
                                magit-reference-movement-faces)
-         (throw 'found (goto-char pos))))
+          (throw 'found (goto-char pos))))
       (message "No more references"))))
 
 ;;; Log Mode

Reply via email to