Whitespace fix.

This commit is contained in:
John Wiegley 2009-02-04 20:45:43 -04:00
parent b6d83f3c23
commit 04ac5ffcb4

View file

@ -794,6 +794,7 @@ pass_down_accounts::pass_down_accounts
{
TRACE_CTOR(pass_down_accounts,
"acct_handler_ptr, accounts_iterator");
for (account_t * account = iter(); account; account = iter())
if (! pred || (*pred)(*account))
item_handler<account_t>::operator()(*account);