diff options
author | John Wiegley <johnw@newartisans.com> | 2010-02-04 20:01:44 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-02-05 00:00:40 -0500 |
commit | 40eae8bf94f65a000541449b863ea26a469627fd (patch) | |
tree | a7856f93c7f2dcc3e9b3cbacb062025261d7bdfe /src/journal.cc | |
parent | 313c88a6566dd3aee78069125925c867ae24e871 (diff) | |
download | fork-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.cc | 5 |
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); |