cleanup DESCRIBE of symbols naming type specifiers a bit
authorChristophe Rhodes <csr21@cantab.net>
Thu, 8 Sep 2011 16:22:53 +0000 (17:22 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Thu, 8 Sep 2011 16:22:53 +0000 (17:22 +0100)
Firstly, don't indent the "... names a type specifier".  But then
wander around in confusion for a while trying to debug where the extra
indentation comes from, before working out that the pprint-newline at
the end of describe-class introduces indentation as well as a newline,
causing the subsequent logical block to be opened at an unexpected
horizontal position.  Fix fix fix.


No differences found