]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix formatting issue of last commit
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 13 Jul 2019 11:34:33 +0000 (13:34 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 13 Jul 2019 11:34:33 +0000 (13:34 +0200)
lisp/net/tramp-sh.el

index bebe2c2d334de587efd3f713654a8fa710379420..ee0754fee941bcde232222e1c90d4eea0ed34e67 100644 (file)
@@ -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