clang-format

pull/11337/head
Mak Dharma 8 years ago
parent 195eacea6d
commit 7ed4a63512
  1. 3
      src/core/ext/census/intrusive_hash_map.c

@ -54,7 +54,8 @@ static __inline void **get_mutable_bucket(const chunked_vector *buckets,
return &buckets->rest_[rest_index][index % VECTOR_CHUNK_SIZE];
}
static __inline void *get_bucket(const chunked_vector *buckets, uint32_t index) {
static __inline void *get_bucket(const chunked_vector *buckets,
uint32_t index) {
if (index < VECTOR_CHUNK_SIZE) {
return buckets->first_[index];
}

Loading…
Cancel
Save