Delete trailing whitespace. In lambda-list-parsing.lisp this fixes a bug
cl-unification.system
Sat Apr 2 03:50:19 UTC 2011 rbrown@common-lisp.net
* Delete trailing whitespace. In lambda-list-parsing.lisp this fixes a bug
with ~@<newline> format directives.
--- old-cl-unification/cl-unification.system 2014-09-11 07:31:25.000000000 +0000
+++ new-cl-unification/cl-unification.system 2014-09-11 07:31:25.000000000 +0000
@@ -20,5 +20,5 @@
)
))
))
-
+
;;; end of file -- cl-unification.system --