clang-format

pull/12334/head
Craig Tiller 8 years ago
parent cd78a50084
commit e5a1b2b087
  1. 3
      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],

Loading…
Cancel
Save