From ec5e5b3925a84d52c8700bf781fec4727f58d720 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Fri, 14 Jan 2011 18:35:10 +0100 Subject: [PATCH] Style fix --- src/new-cl/pkgdcl.lisp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/new-cl/pkgdcl.lisp b/src/new-cl/pkgdcl.lisp index 1401ce4..292b58b 100644 --- a/src/new-cl/pkgdcl.lisp +++ b/src/new-cl/pkgdcl.lisp @@ -5,12 +5,12 @@ (macrolet ((define-gray-streams-package () (let ((#1=gray-streams-package - #+allegro :excl - #+(or cmu scl) :ext - #+(or clisp ecl) :gray + #+allegro :excl + #+(or cmu scl) :ext + #+(or clisp ecl) :gray #+(or ccl openmcl) :ccl - #+lispworks :stream - #+sbcl :sb-gray + #+lispworks :stream + #+sbcl :sb-gray #-(or allegro cmu scl clisp ecl ccl openmcl lispworks sbcl) (cl:error "Your CL implementation isn't supported.")) (#2=gray-streams-symbols -- 2.11.4.GIT