whitespace cleanup
This commit is contained in:
parent
6ff7dac73f
commit
3ed53b7b3c
5 changed files with 15 additions and 15 deletions
|
|
@ -153,7 +153,7 @@ See LICENSE file included with the distribution for details and disclaimer.");
|
|||
OPTION__
|
||||
(global_scope_t, init_file_, // -i
|
||||
CTOR(global_scope_t, init_file_) {
|
||||
if(!_init_file.empty())
|
||||
if (!_init_file.empty())
|
||||
// _init_file is filled during handle_debug_options
|
||||
on(none, _init_file);
|
||||
else
|
||||
|
|
|
|||
|
|
@ -805,7 +805,7 @@ void auto_xact_t::extend_xact(xact_base_t& xact, parse_context_t& context)
|
|||
|
||||
// A Cleared transaction implies all of its automatic posting are cleared
|
||||
// CPR 2012/10/23
|
||||
if(xact.state() == item_t::CLEARED){
|
||||
if (xact.state() == item_t::CLEARED) {
|
||||
DEBUG("xact.extend.cleared", "CLEARED");
|
||||
new_post->set_state(item_t::CLEARED);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue