branch: elpa/helm
commit 4ed8dd608799bb412ccf71aad30e29483ebec620
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Reindent no code change
---
helm-core.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/helm-core.el b/helm-core.el
index 4de6448f5f7..ac4f4598a2b 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -2535,11 +2535,11 @@ when you want the `display-to-real' function(s) to be
applied."
;; error message in helm-buffer when no matches.
(disp (unless (= beg end)
(helm-acase (funcall disp-fn beg (1- end))
- ((guard* (eq force-display-part 'noicon))
- ;; Remove icon if some from display see issue#2743.
- (replace-regexp-in-string
- "^[^[:ascii:]][ \t]*" "" it))
- (t it))))
+ ((guard* (eq force-display-part 'noicon))
+ ;; Remove icon if some from display see issue#2743.
+ (replace-regexp-in-string
+ "^[^[:ascii:]][ \t]*" "" it))
+ (t it))))
(src (or source (helm-get-current-source)))
(selection (helm-acond (force-display-part disp)
;; helm-realvalue always takes precedence