No more trailing spaces in the print report

This commit is contained in:
John Wiegley 2009-10-28 01:43:04 -04:00
parent a53874d56c
commit 18a1c8a3fb
3 changed files with 5 additions and 5 deletions

View file

@ -691,8 +691,8 @@ public:
" \"\") %(payee)%(xact.comment)\n"
" %(xact.uncleared ?"
" (cleared ? \"* \" : (pending ? \"! \" : \"\")) : \"\")"
"%-34(account)"
" %12(calculated ? \"\" : justify(scrub(amount), 12, -1, true))"
"%(calculated ? account : justify(account, 34, -1, false))"
"%(calculated ? \"\" : \" \" + justify(scrub(amount), 12, -1, true))"
"%(has_cost & !cost_calculated ?"
" \" @ \" + justify(scrub(abs(cost / amount)), 0) : \"\")"
"%(comment)\n%/"