From 9bc2702cf13e5096e391088208cc71e580cf2fd7 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Fri, 25 Apr 2014 12:01:16 +0200 Subject: Reindent all again. --- helm-sys.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helm-sys.el') 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) -- cgit v1.2.3