From d765f9e945b8088d30160238f5d33f0d794a295b Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Wed, 26 Dec 2007 18:20:33 +0100 Subject: [PATCH] clean up of comments and whitespace. --- ls-demo.lisp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ls-demo.lisp b/ls-demo.lisp index 46bd46e..e8fced9 100644 --- a/ls-demo.lisp +++ b/ls-demo.lisp @@ -14,7 +14,9 @@ ;;; 'releases'. Our software 'escapes', leaving a bloody trail of ;;; designers and quality assurance people in its wake. -(load "init.lisp") ;; init needs to be more like the asdf-loader for lisp-stat, though it is pretty close. +(load "init.lisp") +;; init needs to be more like the asdf-loader for lisp-stat, though it +;; is pretty close. ;;; non-rigorous check for exports. ;;; This is generally not how I expect it to be used. @@ -349,8 +351,8 @@ absorbtion (every #'(lambda (x) x) (list T T T)) (every #'(lambda (x) x) (list T T nil)) - (and T T) - (mapcar #'(lambda (&rest args) (and args)) - (list (= #(2 3) #(2 4)))) - (= #(2 3) #(2 3)) - ) +(and T T) +(mapcar #'(lambda (&rest args) (and args)) + (list (= #(2 3) #(2 4)))) +(= #(2 3) #(2 3)) + -- 2.11.4.GIT