Re-indent some code that was indented incorrectly

This commit is contained in:
John Wiegley 2015-07-30 14:05:53 -07:00
parent 3d1c59aa81
commit 76f057c14c

View file

@ -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);