From b0ced3dc9aa5c39a567e5fc5ba033f50604a05e5 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 11 Mar 2009 07:20:39 -0500 Subject: [PATCH] Formatting fix --- basis/see/see.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/see/see.factor b/basis/see/see.factor index 093b959d38..ab9fa2006f 100644 --- a/basis/see/see.factor +++ b/basis/see/see.factor @@ -199,7 +199,7 @@ M: builtin-class see-class* M: word see* [ see-class ] - [ [ class? ] [ symbol? not ] bi and [ nl ] when ] + [ [ class? ] [ symbol? not ] bi and [ nl nl ] when ] [ dup [ class? ] [ symbol? ] bi and [ drop ] [ call-next-method ] if