From e5a1b2b087c560b7c8ca3bd21a86875d502b1095 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 7 Sep 2017 12:20:12 -0700 Subject: clang-format --- test/core/debug/stats_test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/core/debug') diff --git a/test/core/debug/stats_test.cc b/test/core/debug/stats_test.cc index bda580f7ca..c85ab3598a 100644 --- a/test/core/debug/stats_test.cc +++ b/test/core/debug/stats_test.cc @@ -69,8 +69,7 @@ static int FindExpectedBucket(int i, int j) { if (j < 0) { return 0; } - if (j >= - grpc_stats_histo_bucket_boundaries[i][grpc_stats_histo_buckets[i]]) { + if (j >= grpc_stats_histo_bucket_boundaries[i][grpc_stats_histo_buckets[i]]) { return grpc_stats_histo_buckets[i] - 1; } return std::upper_bound(grpc_stats_histo_bucket_boundaries[i], -- cgit v1.2.3