emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm c0378b8574 9/9: Reindent


From: ELPA Syncer
Subject: [nongnu] elpa/helm c0378b8574 9/9: Reindent
Date: Wed, 19 Jul 2023 13:02:14 -0400 (EDT)

branch: elpa/helm
commit c0378b85742281a27649dd4f891f36d67c415225
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    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

[Prev in Thread] Current Thread [Next in Thread]