From 3e6d9ae0680fd0f55d63758a121bcf3211219370 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 24 Oct 2011 15:21:15 -0500 Subject: Whitespace fix --- src/stats.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3