branch: elpa/helm
commit c0378b85742281a27649dd4f891f36d67c415225
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Reindent
---
 helm-files.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/helm-files.el b/helm-files.el
index 83f2098043..8dc7334b4e 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1316,13 +1316,13 @@ ACTION can be `rsync' or any action supported by 
`helm-dired-action'."
         (mapconcat 'identity infos " ")
       (setq info
             (mapconcat (lambda (x)
-               (pcase x
-                 (`size    (nth 0 infos))
-                 (`percent (nth 1 infos))
-                 (`speed   (nth 2 infos))
-                 (`remain  (nth 3 infos))))
-             (helm-mklist helm-ff-rsync-progress-bar-info)
-             ", "))
+                         (pcase x
+                           (`size    (nth 0 infos))
+                           (`percent (nth 1 infos))
+                           (`speed   (nth 2 infos))
+                           (`remain  (nth 3 infos))))
+                       (helm-mklist helm-ff-rsync-progress-bar-info)
+                       ", "))
       (setq percent (and (string-match "\\([0-9]+\\)%" progbar)
                          (setq percent (string-to-number
                                         (match-string 1 progbar)))))

Reply via email to