1.0.39.7: Make TRACE :ENCAPSULATE NIL work on PPC.
[sbcl.git] / src / code / print.lisp
index 276ce95..4676332 100644 (file)
            (when type
              (write (type-of object) :stream stream :circle nil
                     :level nil :length nil)
-             (write-char #\space stream))
+             (write-char #\space stream)
+             (pprint-newline :fill stream))
            (when body
-             (pprint-newline :fill stream)
              (funcall body))
            (when identity
              (when (or body (not type))