emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master f9b434f: ; Fix formatting issue of last commit


From: Michael Albinus
Subject: [Emacs-diffs] master f9b434f: ; Fix formatting issue of last commit
Date: Sat, 13 Jul 2019 07:34:40 -0400 (EDT)

branch: master
commit f9b434f8e8e61a2e842aa16f1a7875ca7df5f0ed
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Fix formatting issue of last commit
---
 lisp/net/tramp-sh.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index bebe2c2..ee0754f 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -4583,11 +4583,11 @@ Goes through the list `tramp-inline-compress-commands'."
          (unless (tramp-send-command-and-check
                   vec (format "echo %s | %s | %s" magic compress decompress) t)
            (throw 'next nil))
-  (with-current-buffer (tramp-get-buffer vec)
-    (goto-char (point-min))
-    (unless (looking-at (regexp-quote magic))
-      (throw 'next nil)))
-  (setq found t)))
+         (with-current-buffer (tramp-get-buffer vec)
+           (goto-char (point-min))
+           (unless (looking-at (regexp-quote magic))
+             (throw 'next nil)))
+         (setq found t)))
 
       ;; Did we find something?
       (if found



reply via email to

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