summaryrefslogtreecommitdiff
path: root/src/textual.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/textual.cc')
-rw-r--r--src/textual.cc6
1 files changed, 3 insertions, 3 deletions
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"));
}