From 6b77ebdc919d9212f50fd353b1da0d84d3815bf3 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 23 Oct 2019 10:40:15 -0700 Subject: [NFC] Strip trailing whitespace from libc++ --- libcxx/fuzzing/fuzz_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/fuzzing/fuzz_test.cpp') diff --git a/libcxx/fuzzing/fuzz_test.cpp b/libcxx/fuzzing/fuzz_test.cpp index 9fa6f433404..508c3b65f2d 100644 --- a/libcxx/fuzzing/fuzz_test.cpp +++ b/libcxx/fuzzing/fuzz_test.cpp @@ -155,7 +155,7 @@ void test_one(const char *filename, FuzzProc fp) std::cout << "Execution time: " << std::chrono::duration_cast(finish_time - start_time).count() << " milliseconds" << std::endl; - std::cout << "Memory: " + std::cout << "Memory: " << mc.totalBytesAllocated << " bytes allocated (" << mc.totalAllocationCount << " allocations); " << mc.netAllocationCount << " allocations remain" << std::endl; -- cgit v1.2.3