aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-07-25 13:05:38 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-07-25 13:05:38 -0700
commit734cbe79427a51bd5e2baaafee84694af96a3d7e (patch)
tree01412465b95ee071488870227ce6108521cdd744 /src/core/ext/transport/chttp2
parent39377e92cde56145501a2d96548e781914ecd1f5 (diff)
clang-format
Diffstat (limited to 'src/core/ext/transport/chttp2')
-rw-r--r--src/core/ext/transport/chttp2/client/secure/secure_channel_create.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/core/ext/transport/chttp2/client/secure/secure_channel_create.c b/src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
index fe9da4bcbc..4e33b6fa61 100644
--- a/src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
+++ b/src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
@@ -138,10 +138,9 @@ static void on_handshake_done(grpc_exec_ctx *exec_ctx, grpc_endpoint *endpoint,
// handshake API, and then move the code from on_secure_handshake_done()
// into this function.
c->tmp_args = args;
- grpc_channel_security_connector_do_handshake(exec_ctx,
- c->security_connector,
- endpoint, c->args.deadline,
- on_secure_handshake_done, c);
+ grpc_channel_security_connector_do_handshake(
+ exec_ctx, c->security_connector, endpoint, c->args.deadline,
+ on_secure_handshake_done, c);
}
}