Whitespace fix.
authorTravis Cross <tc@traviscross.com>
Sat, 5 Apr 2008 06:38:39 +0000 (06:38 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 5 Apr 2008 06:38:39 +0000 (06:38 +0000)
src/compiler.lisp

index dc9864c..e5ea5f8 100644 (file)
@@ -157,7 +157,7 @@ environment. When the imported macro is macroexpanded by ParenScript,
 it is first fully macroexpanded in the Lisp macro environment, and
 then that expansion is further expanded by ParenScript."
   (dolist (name names)
-    (define-ps-macro% name '(&rest args) 
+    (define-ps-macro% name '(&rest args)
       (list `(common-lisp:macroexpand `(,',name ,@args)))
       :symbol-macro-p nil)))