summaryrefslogtreecommitdiff
path: root/ledger.cc
diff options
context:
space:
mode:
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