Whitespace fix
This commit is contained in:
parent
5bf4471981
commit
3e6d9ae068
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ value_t report_statistics(call_scope_t& args)
|
||||||
out << " (";
|
out << " (";
|
||||||
out.precision(2);
|
out.precision(2);
|
||||||
out << (double(statistics.posts_count)/
|
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 << _(" Uncleared postings: ");
|
||||||
out.width(6);
|
out.width(6);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue