diff options
| author | Po Lu | 2024-02-26 14:13:49 +0800 |
|---|---|---|
| committer | Po Lu | 2024-02-26 14:13:49 +0800 |
| commit | 1687adcb5c93b490e2e7edcd14615af295e791ed (patch) | |
| tree | e2b48347a6754698948cd1f72fcc83bbc26b4226 | |
| parent | babe6a5e948985f961ffd36f64323950abd98b7f (diff) | |
| download | emacs-1687adcb5c93b490e2e7edcd14615af295e791ed.tar.gz emacs-1687adcb5c93b490e2e7edcd14615af295e791ed.zip | |
; Delete trailing whitespace
* lisp/net/tramp-androidsu.el
(tramp-androidsu-maybe-open-connection): Delete trailing
whitespace.
| -rw-r--r-- | lisp/net/tramp-androidsu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-androidsu.el b/lisp/net/tramp-androidsu.el index 417ef25ed8a..06800205f2e 100644 --- a/lisp/net/tramp-androidsu.el +++ b/lisp/net/tramp-androidsu.el | |||
| @@ -158,7 +158,7 @@ multibyte mode and waits for the shell prompt to appear." | |||
| 158 | 158 | ||
| 159 | ;; Mark it as connected. | 159 | ;; Mark it as connected. |
| 160 | (tramp-set-connection-property p "connected" t)))) | 160 | (tramp-set-connection-property p "connected" t)))) |
| 161 | 161 | ||
| 162 | ;; Cleanup, and propagate the signal. | 162 | ;; Cleanup, and propagate the signal. |
| 163 | ((error quit) | 163 | ((error quit) |
| 164 | (tramp-cleanup-connection vec t) | 164 | (tramp-cleanup-connection vec t) |