remove trailing spaces at empty lines in *.lisp
[clinton/parenscript.git] / ref2test.lisp
index 88153a1..c701144 100644 (file)
@@ -15,7 +15,7 @@
 ;; so do not edit this file.
 (def-suite ref-tests)
 (in-suite ref-tests)~%~%") ; a double-quote for emacs: "
-  
+
 (defun make-reference-tests-dot-lisp()
   (let ((built "")
         heading
@@ -96,4 +96,4 @@
                                             (when (not (empty-p built))
                                               (list #\Newline))
                                             line))))))
-        (format out-stream "~%(run! 'ref-tests)~%")))))
+        (format out-stream "~%(run-tests)~%")))))