From f9b434f8e8e61a2e842aa16f1a7875ca7df5f0ed Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 13 Jul 2019 13:34:33 +0200 Subject: [PATCH] ; 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 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 -- 2.39.2