From: Michael Albinus Date: Sat, 13 Jul 2019 11:34:33 +0000 (+0200) Subject: ; Fix formatting issue of last commit X-Git-Tag: emacs-27.0.90~1955 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9b434f8e8e61a2e842aa16f1a7875ca7df5f0ed;p=emacs.git ; Fix formatting issue of last commit --- diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index bebe2c2d334..ee0754fee94 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