summaryrefslogtreecommitdiff
path: root/src/textual.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-12 21:29:22 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-13 01:03:47 -0400
commit1ced1f3d83927afb552d62a59ec54c6687d66c2a (patch)
tree09eaf085b632c0adeb7d56b4d5c0a37700ed2789 /src/textual.cc
parentc558613ae4dc40ae1cc438b4ba05292b8fc3b9c1 (diff)
downloadfork-ledger-1ced1f3d83927afb552d62a59ec54c6687d66c2a.tar.gz
fork-ledger-1ced1f3d83927afb552d62a59ec54c6687d66c2a.tar.bz2
fork-ledger-1ced1f3d83927afb552d62a59ec54c6687d66c2a.zip
Reformatted a comment
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"));
}