aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/debug
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-07 12:20:12 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-07 12:20:12 -0700
commite5a1b2b087c560b7c8ca3bd21a86875d502b1095 (patch)
tree689e714d0afd87ddf2d13591d106535df669f042 /test/core/debug
parentcd78a50084d8d180c0ed226ea92e92e9569cc174 (diff)
clang-format
Diffstat (limited to 'test/core/debug')
-rw-r--r--test/core/debug/stats_test.cc3
1 files changed, 1 insertions, 2 deletions
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],