Delete trailing whitespace. In lambda-list-parsing.lisp this fixes a bug
lib-dependent/cl-ppcre-template.lisp
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/lib-dependent/cl-ppcre-template.lisp 2014-09-11 07:31:25.000000000 +0000
+++ new-cl-unification/lib-dependent/cl-ppcre-template.lisp 2014-09-11 07:31:25.000000000 +0000
@@ -144,6 +144,6 @@
&optional (env (make-empty-environment))
&key (start 0) end &allow-other-keys)
(unify re-t s env :start start :end end))
-
+
;;;; end of file -- cl-ppcre-template.lisp --