projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b9c473
)
Remove unneeded whitespace
author
Alfredo Beaumont
<alfredo.beaumont@gmail.com>
Wed, 15 May 2013 15:25:42 +0000
(17:25 +0200)
committer
Alfredo Beaumont
<alfredo.beaumont@gmail.com>
Wed, 15 May 2013 15:25:42 +0000
(17:25 +0200)
src/list.lisp
patch
|
blob
|
history
diff --git
a/src/list.lisp
b/src/list.lisp
index
d0ec517
..
d4439dd
100644
(file)
--- 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)