From 4d20a666850b732cf1562487fb5f46ab9654105f Mon Sep 17 00:00:00 2001 From: Noah Eisen Date: Fri, 9 Feb 2018 09:34:04 -0800 Subject: Run clang fmt --- test/cpp/qps/report.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'test/cpp/qps') diff --git a/test/cpp/qps/report.cc b/test/cpp/qps/report.cc index 863be40f2a..c5e90bd9a4 100644 --- a/test/cpp/qps/report.cc +++ b/test/cpp/qps/report.cc @@ -109,9 +109,12 @@ void GprLogReporter::ReportCoreStats(const char* name, int idx, for (int i = 0; i < GRPC_STATS_HISTOGRAM_COUNT; i++) { gpr_log(GPR_DEBUG, "%s[%d].%s = %.1lf/%.1lf/%.1lf (50/95/99%%-ile)", name, idx, grpc_stats_histogram_name[i], - grpc_stats_histo_percentile(&data, static_cast(i), 50), - grpc_stats_histo_percentile(&data, static_cast(i), 95), - grpc_stats_histo_percentile(&data, static_cast(i), 99)); + grpc_stats_histo_percentile( + &data, static_cast(i), 50), + grpc_stats_histo_percentile( + &data, static_cast(i), 95), + grpc_stats_histo_percentile( + &data, static_cast(i), 99)); } } -- cgit v1.2.3