From 1ced1f3d83927afb552d62a59ec54c6687d66c2a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 12 Jun 2010 21:29:22 -0400 Subject: Reformatted a comment --- src/textual.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/textual.cc') diff --git a/src/textual.cc b/src/textual.cc index a2801fd5..2e8b011f 100644 --- a/src/textual.cc +++ b/src/textual.cc @@ -611,9 +611,9 @@ void instance_t::xact_directive(char * line, std::streamsize len) manager.release(); // it's owned by the journal now context.count++; } - // It's perfectly valid for the journal to reject the xact, which it will - // do if the xact has no substantive effect (for example, a checking - // xact, all of whose postings have null amounts). + // It's perfectly valid for the journal to reject the xact, which it + // will do if the xact has no substantive effect (for example, a + // checking xact, all of whose postings have null amounts). } else { throw parse_error(_("Failed to parse transaction")); } -- cgit v1.2.3