diff options
author | thdox <thdox@free.fr> | 2015-02-23 23:31:21 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-02-23 23:31:21 +0100 |
commit | 73e3ecc6b865ecff63ccda307d4dbf70ec55a9c4 (patch) | |
tree | a0955c167059b268e9d74b5ccf4d6c811625b00a /src/report.h | |
parent | 0b7996ed7cdb5a5d64a58da3ed7f615ba591416f (diff) | |
download | fork-ledger-73e3ecc6b865ecff63ccda307d4dbf70ec55a9c4.tar.gz fork-ledger-73e3ecc6b865ecff63ccda307d4dbf70ec55a9c4.tar.bz2 fork-ledger-73e3ecc6b865ecff63ccda307d4dbf70ec55a9c4.zip |
Fix alignment of cleared-format with 4 spaces as separator.
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index 67e95884..c54c8444 100644 --- a/src/report.h +++ b/src/report.h @@ -496,7 +496,7 @@ public: "%-(ansify_if(partial_account(options.flat), blue if color))\n%/" "%$1 %$2 %$3\n%/" "%(prepend_width ? \" \" * int(prepend_width) : \"\")" - "---------------- ---------------- ---------\n"); + "---------------- ---------------- ---------\n"); }); OPTION(report_t, color); |