From 73e3ecc6b865ecff63ccda307d4dbf70ec55a9c4 Mon Sep 17 00:00:00 2001 From: thdox Date: Mon, 23 Feb 2015 23:31:21 +0100 Subject: Fix alignment of cleared-format with 4 spaces as separator. --- src/report.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/report.h') 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); -- cgit v1.2.3