data-out: Avoid excessive spaces in data_out_stretchy() output. 20140219030512/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 17 Feb 2014 05:28:26 +0000 (21:28 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 18 Feb 2014 17:53:27 +0000 (09:53 -0800)
commit1bfabd49d76fa7d0e62aa2e29966b2f3e71e3cf6
treefd747845b746746b152fcad77b30936a9e0da699
parentf38e00f12ee2c80e178abfbb340be7db898bd589
data-out: Avoid excessive spaces in data_out_stretchy() output.

By formatting all numbers with width 40, the output almost always began
with a long string of spaces.  That tended to stretch out table cells.
This commit fixes the problem.
src/data/data-out.c