summaryrefslogtreecommitdiff
path: root/src/stats.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2011-10-24 15:21:15 -0500
committerJohn Wiegley <johnw@newartisans.com>2011-10-24 15:21:15 -0500
commit3e6d9ae0680fd0f55d63758a121bcf3211219370 (patch)
tree8ca8c51dd9a5c0bd9fda86d0cda1683e70df7019 /src/stats.cc
parent5bf447198163505296b2843441b93165d865b16e (diff)
downloadfork-ledger-3e6d9ae0680fd0f55d63758a121bcf3211219370.tar.gz
fork-ledger-3e6d9ae0680fd0f55d63758a121bcf3211219370.tar.bz2
fork-ledger-3e6d9ae0680fd0f55d63758a121bcf3211219370.zip
Whitespace fix
Diffstat (limited to 'src/stats.cc')
-rw-r--r--src/stats.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stats.cc b/src/stats.cc
index 8899ddf5..524f5a87 100644
--- a/src/stats.cc
+++ b/src/stats.cc
@@ -89,7 +89,8 @@ value_t report_statistics(call_scope_t& args)
out << " (";
out.precision(2);
out << (double(statistics.posts_count)/
- double((statistics.latest_post - statistics.earliest_post).days())) << _(" per day)") << std::endl;
+ double((statistics.latest_post - statistics.earliest_post).days()))
+ << _(" per day)") << std::endl;
out << _(" Uncleared postings: ");
out.width(6);