FIX #1561: don't use tabs in pretty-printed output at all.
authorSimon Marlow <simonmar@microsoft.com>
Wed, 7 Nov 2007 11:32:01 +0000 (11:32 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 7 Nov 2007 11:32:01 +0000 (11:32 +0000)
Tabs aren't guaranteed to be 8 spaces on every output device, so we
shouldn't be using them.  Instead I added a little optimisation to
use chunks of 8 spaces for long indentations.


No differences found