branch: elpa/helm
commit 72ed81b752e7d26d34a183280d735ce5a1dce3e6
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Fix long lines only
---
 helm-core.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/helm-core.el b/helm-core.el
index 976c307aac..a53b0798e4 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -5556,14 +5556,16 @@ This will work only in Emacs-26+, i.e. Emacs versions 
that have
 (defun helm-output-filter--process-source (process output source limit)
   (let (separate)
     (cl-dolist (candidate (helm-transform-candidates
-                           (split-string output
-                                         
helm-process-output-split-string-separator t)
+                           (split-string
+                            output
+                            helm-process-output-split-string-separator t)
                            source t))
       (let ((count 0)
             (ml    (assq 'multiline source))
             (start (point)))
         (setq candidate
-              (helm--maybe-process-filter-one-by-one-candidate candidate 
source))
+              (helm--maybe-process-filter-one-by-one-candidate
+               candidate source))
         (when ml
           (if separate ; No separator on first candidate below source header.
               (helm-insert-candidate-separator)

Reply via email to