branch: externals/detached
commit ff666ad28ef4d9ff33fa89c51d2f0220c1dca006
Author: Niklas Eklund <[email protected]>
Commit: Niklas Eklund <[email protected]>
Fix indentation
---
detached.el | 4 ++--
test/detached-test.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/detached.el b/detached.el
index 7dee55531d..975b40fbc7 100644
--- a/detached.el
+++ b/detached.el
@@ -743,8 +743,8 @@ Optionally SUPPRESS-OUTPUT."
(defun detached--start-session-process (session start-command)
"Start SESSION with START-COMMAND."
(if (detached-session-local-p session)
- (apply #'start-process-shell-command `("detached" nil ,start-command))
- (apply #'start-file-process-shell-command `("detached" nil
,start-command))))
+ (apply #'start-process-shell-command `("detached" nil ,start-command))
+ (apply #'start-file-process-shell-command `("detached" nil
,start-command))))
(defun detached-session-candidates (sessions)
"Return an alist of SESSIONS candidates."
diff --git a/test/detached-test.el b/test/detached-test.el
index 8d19fd20d1..069f514b14 100644
--- a/test/detached-test.el
+++ b/test/detached-test.el
@@ -112,7 +112,7 @@
;; ;; (setf (detached--session-initial-mode session) 'attached)
;; ;; (should (equal expected-list (detached-session-start-command
session
;; ;;
:type 'list))))
-
+
;; ;; Create and attach to degraded session
;; (let* ((detached-degraded-commands '("ls"))
;; (session (detached-create-session "ls -la"))
@@ -126,7 +126,7 @@
;; :type
'list))))
;; ;; Create
-
+
;; )))
(ert-deftest detached-test-dtach-command ()