summaryrefslogtreecommitdiff
path: root/ledger.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2003-09-30 07:17:02 +0000
committerJohn Wiegley <johnw@newartisans.com>2003-09-30 07:17:02 +0000
commit85c92e10db043170adbe9a36152907dbb0ea8138 (patch)
treeeafde5c72272c055378a43b843428fdca7643bda /ledger.cc
parent5bd2401bc7cde0e01cd5b9d18cf077e255c4bd45 (diff)
downloadfork-ledger-85c92e10db043170adbe9a36152907dbb0ea8138.tar.gz
fork-ledger-85c92e10db043170adbe9a36152907dbb0ea8138.tar.bz2
fork-ledger-85c92e10db043170adbe9a36152907dbb0ea8138.zip
*** empty log message ***
Diffstat (limited to 'ledger.cc')
-rw-r--r--ledger.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ledger.cc b/ledger.cc
index 301e109b..7829173b 100644
--- a/ledger.cc
+++ b/ledger.cc
@@ -45,10 +45,11 @@ void entry::print(std::ostream& out) const
out << std::right << (*i)->cost->as_str(true);
if (! (*i)->note.empty())
- out << " ; " << (*i)->note;
+ out << " ; " << (*i)->note;
out << std::endl;
}
+ out << std::endl;
}
bool entry::validate() const