1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-26 08:10:47 -07:00

; Delete trailing whitespace

* lisp/net/tramp-androidsu.el
(tramp-androidsu-maybe-open-connection): Delete trailing
whitespace.
This commit is contained in:
Po Lu 2024-02-26 14:13:49 +08:00
parent babe6a5e94
commit 1687adcb5c

View file

@ -158,7 +158,7 @@ multibyte mode and waits for the shell prompt to appear."
;; Mark it as connected.
(tramp-set-connection-property p "connected" t))))
;; Cleanup, and propagate the signal.
((error quit)
(tramp-cleanup-connection vec t)