From 40eae8bf94f65a000541449b863ea26a469627fd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 4 Feb 2010 20:01:44 -0500 Subject: Reformatted a comment --- src/journal.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/journal.cc') 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); -- cgit v1.2.3