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

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

[nongnu] elpa/macrostep bf87b7c 095/110: Whitespace cleanup


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep bf87b7c 095/110: Whitespace cleanup
Date: Sat, 7 Aug 2021 09:18:10 -0400 (EDT)

branch: elpa/macrostep
commit bf87b7c1e74bfeece73a4ef25bd6496da80880f6
Author: joddie <jonxfield@gmail.com>
Commit: joddie <jonxfield@gmail.com>

    Whitespace cleanup
---
 macrostep-test.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/macrostep-test.el b/macrostep-test.el
index 1863b61..1af2836 100644
--- a/macrostep-test.el
+++ b/macrostep-test.el
@@ -282,15 +282,15 @@
     `(cl-macrolet ((dummy (&rest args) `(expansion (of) ,@args)))
        ,@body))
   (macrostep-with-text
-   '(with-local-dummy-macro
-     (dummy form (one))
-     (dummy (form two)))
-   (macrostep-should-expand
-    '(dummy form (one))
-    '(expansion (of) form (one)))
-   (macrostep-should-expand
-    '(dummy (form two))
-    '(expansion (of) (form two)))))
+      '(with-local-dummy-macro
+        (dummy form (one))
+        (dummy (form two)))
+    (macrostep-should-expand
+     '(dummy form (one))
+     '(expansion (of) form (one)))
+    (macrostep-should-expand
+     '(dummy (form two))
+     '(expansion (of) (form two)))))
 
 (ert-deftest macrostep-expand-in-separate-buffer ()
   (defmacro macrostep-dummy-macro (&rest args)



reply via email to

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