Fix column misalignment in netstats report

This commit is contained in:
ln-zookeeper 2016-08-31 20:16:16 +03:00
parent 8e5c16dbf6
commit 0c945f87ab

View file

@ -945,7 +945,7 @@ struct bandwidth_stats {
int in_packets;
int in_bytes;
int day;
const static size_t type_width = 16;
const static size_t type_width = 20;
const static size_t packet_width = 7;
const static size_t bytes_width = 10;
bandwidth_stats& operator+=(const bandwidth_stats& a)