From 3c73fd5e0b86f58b002c134f41d50eb3a2e24428 Mon Sep 17 00:00:00 2001 From: wangyix Date: Tue, 12 Aug 2014 15:39:03 -0700 Subject: [PATCH] forgot newline --- tests/jitter/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/jitter/src/main.cpp b/tests/jitter/src/main.cpp index 5ece1b8e86..8b8d0a00fc 100644 --- a/tests/jitter/src/main.cpp +++ b/tests/jitter/src/main.cpp @@ -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, "