aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/resolver/dns
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-24 13:23:14 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-24 13:23:14 -0700
commit77c983dc87dcf19b3e869247f90063ef4c10af3e (patch)
tree50e1f02cd41f5a4dba56172dc361cfc4f94994e4 /src/core/ext/resolver/dns
parent332f1b35d534f6910093729e9ecc2cacf8bb9688 (diff)
clang-format
Diffstat (limited to 'src/core/ext/resolver/dns')
-rw-r--r--src/core/ext/resolver/dns/native/dns_resolver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/resolver/dns/native/dns_resolver.c b/src/core/ext/resolver/dns/native/dns_resolver.c
index e35aaba815..d6e7c89ef8 100644
--- a/src/core/ext/resolver/dns/native/dns_resolver.c
+++ b/src/core/ext/resolver/dns/native/dns_resolver.c
@@ -112,7 +112,7 @@ static void dns_shutdown(grpc_exec_ctx *exec_ctx, grpc_resolver *resolver) {
if (r->next_completion != NULL) {
*r->target_config = NULL;
grpc_exec_ctx_sched(exec_ctx, r->next_completion,
- GRPC_ERROR_CREATE("Resolver Shutdown"), NULL);
+ GRPC_ERROR_CREATE("Resolver Shutdown"), NULL);
r->next_completion = NULL;
}
gpr_mu_unlock(&r->mu);