Whitespace fix.
This commit is contained in:
parent
b6d83f3c23
commit
04ac5ffcb4
1 changed files with 1 additions and 0 deletions
|
|
@ -794,6 +794,7 @@ pass_down_accounts::pass_down_accounts
|
||||||
{
|
{
|
||||||
TRACE_CTOR(pass_down_accounts,
|
TRACE_CTOR(pass_down_accounts,
|
||||||
"acct_handler_ptr, accounts_iterator");
|
"acct_handler_ptr, accounts_iterator");
|
||||||
|
|
||||||
for (account_t * account = iter(); account; account = iter())
|
for (account_t * account = iter(); account; account = iter())
|
||||||
if (! pred || (*pred)(*account))
|
if (! pred || (*pred)(*account))
|
||||||
item_handler<account_t>::operator()(*account);
|
item_handler<account_t>::operator()(*account);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue