aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/http/httpcli.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-06-06 16:39:47 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-06-06 16:39:47 -0700
commit69ff63d158dc7c4aa00b52b71cf816f5c2a7ee30 (patch)
treee5c3f7b48f2a9589de4a7ecd9a1023658dc92301 /src/core/lib/http/httpcli.c
parent1cf4ec7ad0e9693297eb3852f28ad5864cea3c7c (diff)
clang-format
Diffstat (limited to 'src/core/lib/http/httpcli.c')
-rw-r--r--src/core/lib/http/httpcli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/http/httpcli.c b/src/core/lib/http/httpcli.c
index d49f020038..e8957bfe89 100644
--- a/src/core/lib/http/httpcli.c
+++ b/src/core/lib/http/httpcli.c
@@ -98,7 +98,7 @@ static void next_address(grpc_exec_ctx *exec_ctx, internal_request *req);
static void finish(grpc_exec_ctx *exec_ctx, internal_request *req,
int success) {
grpc_polling_entity_del_from_pollset_set(exec_ctx, req->pollent,
- req->context->pollset_set);
+ req->context->pollset_set);
req->on_response(exec_ctx, req->user_data,
success ? &req->parser.http.response : NULL);
grpc_http_parser_destroy(&req->parser);
@@ -246,7 +246,7 @@ static void internal_request_begin(
GPR_ASSERT(pollent);
grpc_polling_entity_add_to_pollset_set(exec_ctx, req->pollent,
- req->context->pollset_set);
+ req->context->pollset_set);
grpc_resolve_address(exec_ctx, request->host, req->handshaker->default_port,
on_resolved, req);
}