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

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

[elpa] externals/detached ff666ad28e 25/38: Fix indentation


From: ELPA Syncer
Subject: [elpa] externals/detached ff666ad28e 25/38: Fix indentation
Date: Thu, 17 Nov 2022 17:57:55 -0500 (EST)

branch: externals/detached
commit ff666ad28ef4d9ff33fa89c51d2f0220c1dca006
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    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 ()



reply via email to

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