[register] *delete-trailing-whitespace/reindent/untabify*

This commit is contained in:
Christopher Lam 2019-02-22 17:18:06 +08:00
parent 3759099e1e
commit beaf945907

View File

@ -90,15 +90,15 @@
(opt-val "Display" "Num/Action")) 1)
(set-col
(if (opt-val "__reg" "journal")
(or (opt-val "Display" "Memo") (opt-val "Display" "Description") (opt-val "__reg" "double") )
(or (opt-val "Display" "Memo")
(opt-val "Display" "Description")
)
(opt-val "__reg" "double") )
(opt-val "Display" "Description"))
2)
(set-col
(if (opt-val "__reg" "journal")
#f
(opt-val "Display" "Memo")
)
(opt-val "Display" "Memo"))
3)
(set-col (opt-val "Display" "Account") 4)
(set-col (opt-val "Display" "Shares") 5)
@ -312,9 +312,9 @@
(gnc:make-gnc-monetary trans-currency
(gnc-numeric-neg (xaccSplitGetValue split))))
" ")))
; For single account registers, use the split's cached balance to remain
; consistent with the balances shown in the register itself
; For others, use the cumulated balance from the totals-collector
;; For single account registers, use the split's cached balance to remain
;; consistent with the balances shown in the register itself
;; For others, use the cumulated balance from the totals-collector
(if (balance-col column-vector)
(addto! row-contents
(if transaction-info?