forgot newline

This commit is contained in:
wangyix 2014-08-12 15:39:03 -07:00
parent 53d6cdd67c
commit 3c73fd5e0b

View file

@ -218,7 +218,7 @@ void runReceive(const char* addressOption, int port, int gap, int size, int repo
seqStats.pushStatsToHistory();
std::cout << "RECEIVE gap Difference From Expected "
std::cout << "RECEIVE gap Difference From Expected\n"
<< "Overall:\n"
<< "min: " << timeGaps.getMin() << " usecs, "
<< "max: " << timeGaps.getMax() << " usecs, "