summaryrefslogtreecommitdiff
path: root/src/journal.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-02-04 20:01:44 -0500
committerJohn Wiegley <johnw@newartisans.com>2010-02-05 00:00:40 -0500
commit40eae8bf94f65a000541449b863ea26a469627fd (patch)
treea7856f93c7f2dcc3e9b3cbacb062025261d7bdfe /src/journal.cc
parent313c88a6566dd3aee78069125925c867ae24e871 (diff)
downloadfork-ledger-40eae8bf94f65a000541449b863ea26a469627fd.tar.gz
fork-ledger-40eae8bf94f65a000541449b863ea26a469627fd.tar.bz2
fork-ledger-40eae8bf94f65a000541449b863ea26a469627fd.zip
Reformatted a comment
Diffstat (limited to 'src/journal.cc')
-rw-r--r--src/journal.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/journal.cc b/src/journal.cc
index 6ebccd66..5aa2e7f7 100644
--- a/src/journal.cc
+++ b/src/journal.cc
@@ -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);