Fix spaces in TYPE-ERROR report format control string
commit7da09e28b2b3354701a5d7d6dde06a2a03c6b11d
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Thu, 20 Oct 2016 07:52:45 +0000 (20 09:52 +0200)
committerJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Thu, 20 Oct 2016 08:51:05 +0000 (20 10:51 +0200)
tree976ad3272922d660958c4cc308973bc7d9fb7f5a
parentd4eb552f0d1f14657c953ff0033aed04150fa1f4
Fix spaces in TYPE-ERROR report format control string

The previous commit fixed non-pretty printing, but turned the pretty
printed output into

The value
  1
 is not of type
  STRING

i.e. added the space at the beginning of the third line.
src/code/condition.lisp
tests/condition.pure.lisp