From 46218221f4c7906486b8a614357c3a66bf63c742 Mon Sep 17 00:00:00 2001 From: Alfredo Beaumont Date: Wed, 15 May 2013 17:25:42 +0200 Subject: [PATCH] Remove unneeded whitespace --- src/list.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4