Re-indent some code that was indented incorrectly
This commit is contained in:
parent
3d1c59aa81
commit
76f057c14c
1 changed files with 42 additions and 41 deletions
|
|
@ -127,6 +127,7 @@ std::size_t session_t::read_data(const string& master_account)
|
||||||
|
|
||||||
if (HANDLED(value_expr_))
|
if (HANDLED(value_expr_))
|
||||||
journal->value_expr = HANDLER(value_expr_).str();
|
journal->value_expr = HANDLER(value_expr_).str();
|
||||||
|
|
||||||
if (price_db_path) {
|
if (price_db_path) {
|
||||||
if (exists(*price_db_path)) {
|
if (exists(*price_db_path)) {
|
||||||
parsing_context.push(*price_db_path);
|
parsing_context.push(*price_db_path);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue