aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/handshaker.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-14 12:28:20 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-11-14 12:28:20 -0800
commitfcf5e10bed5934ce6cfbef0eb64925fe1f11a7fc (patch)
tree5eb0c2b322ca068389ce102e343677bbd81f6930 /src/core/lib/channel/handshaker.c
parent83eafde35dcd986791781ccaf9206567ee8198f3 (diff)
clang-format
Diffstat (limited to 'src/core/lib/channel/handshaker.c')
-rw-r--r--src/core/lib/channel/handshaker.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/channel/handshaker.c b/src/core/lib/channel/handshaker.c
index bb2833046f..8aebe155d4 100644
--- a/src/core/lib/channel/handshaker.c
+++ b/src/core/lib/channel/handshaker.c
@@ -158,9 +158,9 @@ static void call_next_handshaker(grpc_exec_ctx* exec_ctx, void* arg,
return;
}
// Call the next handshaker.
- grpc_handshaker_do_handshake(
- exec_ctx, mgr->handshakers[mgr->state->index], mgr->state->deadline,
- mgr->state->acceptor, &mgr->state->call_next_handshaker, args);
+ grpc_handshaker_do_handshake(exec_ctx, mgr->handshakers[mgr->state->index],
+ mgr->state->deadline, mgr->state->acceptor,
+ &mgr->state->call_next_handshaker, args);
// If this is the last handshaker, clean up state.
if (mgr->state->index == mgr->count) {
gpr_free(mgr->state);