branch: elpa/magit
commit 8b89f00450948177746136751d019e49400ce7ff
Author: Kyle Meyer <[email protected]>
Commit: Kyle Meyer <[email protected]>
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 13bb65d2a60..034d8c5a00b 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