Reformatted a comment

This commit is contained in:
John Wiegley 2010-02-04 20:01:44 -05:00
parent 313c88a656
commit 40eae8bf94

View file

@ -64,9 +64,8 @@ journal_t::~journal_t()
{
TRACE_DTOR(journal_t);
// Don't bother unhooking each xact's posts from the
// accounts they refer to, because all accounts are about to
// be deleted.
// Don't bother unhooking each xact's posts from the accounts they refer to,
// because all accounts are about to be deleted.
foreach (xact_t * xact, xacts)
checked_delete(xact);