Whitespace reformatting
This commit is contained in:
parent
ba0dd89356
commit
ec62e70997
1 changed files with 4 additions and 4 deletions
|
|
@ -334,8 +334,8 @@ public:
|
||||||
OPTION(report_t, anon);
|
OPTION(report_t, anon);
|
||||||
|
|
||||||
OPTION_(report_t, average, DO() { // -A
|
OPTION_(report_t, average, DO() { // -A
|
||||||
parent->HANDLER(display_total_).set_expr(string("--average"),
|
parent->HANDLER(display_total_)
|
||||||
"total_expr/count");
|
.set_expr(string("--average"), "total_expr/count");
|
||||||
});
|
});
|
||||||
|
|
||||||
OPTION__(report_t, balance_format_, CTOR(report_t, balance_format_) {
|
OPTION__(report_t, balance_format_, CTOR(report_t, balance_format_) {
|
||||||
|
|
@ -425,8 +425,8 @@ public:
|
||||||
});
|
});
|
||||||
|
|
||||||
OPTION_(report_t, deviation, DO() { // -D
|
OPTION_(report_t, deviation, DO() { // -D
|
||||||
parent->HANDLER(display_total_).set_expr(string("--deviation"),
|
parent->HANDLER(display_total_)
|
||||||
"amount_expr-total_expr/count");
|
.set_expr(string("--deviation"), "amount_expr-total_expr/count");
|
||||||
});
|
});
|
||||||
|
|
||||||
OPTION__
|
OPTION__
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue