branch: elpa/macrostep
commit bf87b7c1e74bfeece73a4ef25bd6496da80880f6
Author: joddie <[email protected]>
Commit: joddie <[email protected]>
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)