From: Alfredo Beaumont Date: Wed, 15 May 2013 15:25:42 +0000 (+0200) Subject: Remove unneeded whitespace X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=46218221f4c7906486b8a614357c3a66bf63c742;p=jscl.git Remove unneeded whitespace --- diff --git a/src/list.lisp b/src/list.lisp index d0ec517..d4439dd 100644 --- a/src/list.lisp +++ b/src/list.lisp @@ -15,7 +15,7 @@ ;;;; Various list functions -(defun cons (x y ) (cons x y)) +(defun cons (x y) (cons x y)) (defun consp (x) (consp x)) (defun listp (x)