diff options
Diffstat (limited to 'ledger.cc')
-rw-r--r-- | ledger.cc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |