summaryrefslogtreecommitdiff
path: root/helm-sys.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-25 12:01:16 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-25 12:01:16 +0200
commit9bc2702cf13e5096e391088208cc71e580cf2fd7 (patch)
tree40e5c133faeae2a14a47b1e5b9c84161d9cb8451 /helm-sys.el
parente6c3ff112066f64777407256518e7ebb590a03c9 (diff)
Reindent all again.
Diffstat (limited to 'helm-sys.el')
-rw-r--r--helm-sys.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/helm-sys.el b/helm-sys.el
index 17ab3930..d9eef5c2 100644
--- a/helm-sys.el
+++ b/helm-sys.el
@@ -131,7 +131,7 @@ Show actions only on line starting by a PID."
(defun helm-top-set-mode-line (str)
(if (string-match "Sort:\\[\\(.*\\)\\] " helm-top-mode-line)
(setq helm-top-mode-line (replace-match str nil nil helm-top-mode-line 1))
- (setq helm-top-mode-line (concat (format "Sort:[%s] " str) helm-top-mode-line))))
+ (setq helm-top-mode-line (concat (format "Sort:[%s] " str) helm-top-mode-line))))
(defun helm-top-sort-transformer (candidates source)
(helm-top-transformer
@@ -141,9 +141,9 @@ Show actions only on line starting by a PID."
else collect c into header-cands
finally return (append (if (cdr header-cands)
(butlast header-cands)
- header-cands)
+ header-cands)
(sort pid-cands helm-top-sort-fn)))
- candidates)
+ candidates)
source))
(defun helm-top-sort-by-com (s1 s2)