Whitespace change
This commit is contained in:
parent
432be9e989
commit
6c9cf1237e
1 changed files with 2 additions and 4 deletions
|
|
@ -434,12 +434,10 @@ void global_scope_t::normalize_report_options(const string& verb)
|
||||||
else
|
else
|
||||||
rep.session.commodity_pool->price_db = none;
|
rep.session.commodity_pool->price_db = none;
|
||||||
|
|
||||||
if (rep.HANDLED(date_format_)) {
|
if (rep.HANDLED(date_format_))
|
||||||
set_date_format(rep.HANDLER(date_format_).str().c_str());
|
set_date_format(rep.HANDLER(date_format_).str().c_str());
|
||||||
}
|
if (rep.HANDLED(datetime_format_))
|
||||||
if (rep.HANDLED(datetime_format_)) {
|
|
||||||
set_datetime_format(rep.HANDLER(datetime_format_).str().c_str());
|
set_datetime_format(rep.HANDLER(datetime_format_).str().c_str());
|
||||||
}
|
|
||||||
if (rep.HANDLED(start_of_week_)) {
|
if (rep.HANDLED(start_of_week_)) {
|
||||||
if (optional<date_time::weekdays> weekday =
|
if (optional<date_time::weekdays> weekday =
|
||||||
string_to_day_of_week(rep.HANDLER(start_of_week_).str()))
|
string_to_day_of_week(rep.HANDLER(start_of_week_).str()))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue