summaryrefslogtreecommitdiff
path: root/helm-imenu.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-07-30 06:51:59 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-07-30 06:51:59 +0200
commit1d260aace8515a6e59e05330c1ca0a345a8013f1 (patch)
tree3b226d2cd0dd143d5b7f236a27e7bdd02bdfed14 /helm-imenu.el
parentc400a9f38257964d0c5ae4fc1f740a968f517d25 (diff)
Reindent, no code change
* helm-imenu.el (helm-imenu-next-or-previous-section):
Diffstat (limited to 'helm-imenu.el')
-rw-r--r--helm-imenu.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/helm-imenu.el b/helm-imenu.el
index e84134fe..b767e942 100644
--- a/helm-imenu.el
+++ b/helm-imenu.el
@@ -111,11 +111,11 @@ Each car is a regexp match pattern of the imenu type string."
(move-fn (if (> n 0) #'helm-next-line #'helm-previous-line))
(stop-fn (if (> n 0)
#'helm-end-of-source-p
- #'helm-beginning-of-source-p)))
+ #'helm-beginning-of-source-p)))
(helm-without-follow
- (while (and (not (funcall stop-fn))
- (string= curtype (funcall fn)))
- (funcall move-fn)))
+ (while (and (not (funcall stop-fn))
+ (string= curtype (funcall fn)))
+ (funcall move-fn)))
(helm-follow-execute-persistent-action-maybe 0.1))))
(defun helm-imenu-next-section ()