X-Git-Url: http://git.hcoop.net/clinton/parenscript.git/blobdiff_plain/c7716e671d52625ecddb45f318007d2211696daa..0ce67a33228383888a07b968ce978c170a112cc8:/src/utils.lisp diff --git a/src/utils.lisp b/src/utils.lisp index 897305e..4e2066a 100644 --- a/src/utils.lisp +++ b/src/utils.lisp @@ -103,4 +103,4 @@ SOMEGLOBAL." (defun flatten (x &optional acc) (cond ((null x) acc) ((atom x) (cons x acc)) - (t (flatten (car x) (flatten (cdr x) acc))))) \ No newline at end of file + (t (flatten (car x) (flatten (cdr x) acc)))))