0.8.16.6:
[sbcl.git] / src / compiler / typetran.lisp
index 976b54a..5503f87 100644 (file)
       ;; If not properly named, error.
       ((not (and name (eq (find-classoid name) class)))
        (compiler-error "can't compile TYPEP of anonymous or undefined ~
-                       class:~%  ~S"
+                        class:~%  ~S"
                       class))
       (t
         ;; Delay the type transform to give type propagation a chance.