emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/async ea37e23 2/4: Untabify


From: ELPA Syncer
Subject: [elpa] externals/async ea37e23 2/4: Untabify
Date: Sat, 1 May 2021 12:57:10 -0400 (EDT)

branch: externals/async
commit ea37e231d3a470ae5c904383db8900e9e54144b6
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Untabify
---
 async.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/async.el b/async.el
index 02f9a3e..2537681 100644
--- a/async.el
+++ b/async.el
@@ -179,9 +179,9 @@ It is intended to be used as follows:
   ;; a communication channel over which we have complete control,
   ;; so we get to choose exactly which encoding and EOL we use, isn't it?
   (let ((sexp (decode-coding-string (base64-decode-string (read stream))
-                                   'utf-8-auto))
-       ;; Parent expects UTF-8 encoded text.
-       (coding-system-for-write 'utf-8-auto))
+                                    'utf-8-auto))
+        ;; Parent expects UTF-8 encoded text.
+        (coding-system-for-write 'utf-8-auto))
     (if async-debug
         (message "Received sexp {{{%s}}}" (pp-to-string sexp)))
     (setq sexp (read sexp))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]