Skip to content
Snippets Groups Projects
Commit 7bfd8bed authored by Craig Tiller's avatar Craig Tiller
Browse files

clang-fmt

parent 494efaf1
No related branches found
No related tags found
No related merge requests found
...@@ -244,7 +244,8 @@ void grpc_mdctx_global_shutdown(void) { ...@@ -244,7 +244,8 @@ void grpc_mdctx_global_shutdown(void) {
shard->count); shard->count);
for (size_t j = 0; j < shard->capacity; j++) { for (size_t j = 0; j < shard->capacity; j++) {
for (internal_string *s = shard->strs[j]; s; s = s->bucket_next) { for (internal_string *s = shard->strs[j]; s; s = s->bucket_next) {
gpr_log(GPR_DEBUG, "LEAKED: %s", grpc_mdstr_as_c_string((grpc_mdstr*)s)); gpr_log(GPR_DEBUG, "LEAKED: %s",
grpc_mdstr_as_c_string((grpc_mdstr *)s));
} }
} }
if (grpc_iomgr_abort_on_leaks()) { if (grpc_iomgr_abort_on_leaks()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment