aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-14 12:31:22 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-11-14 12:31:22 -0800
commit2ea37e905eb6cb8a0443442111f0d137567f11ce (patch)
treeb3cfc13d4eddd814e634ef4936a5480b6cad6b94 /src/core/lib/channel
parent473187a12d68d75056215c5c64de37fe535aa0bc (diff)
clang-format
Diffstat (limited to 'src/core/lib/channel')
-rw-r--r--src/core/lib/channel/handshaker.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/lib/channel/handshaker.c b/src/core/lib/channel/handshaker.c
index 495ec41d9a..89130e9951 100644
--- a/src/core/lib/channel/handshaker.c
+++ b/src/core/lib/channel/handshaker.c
@@ -150,9 +150,10 @@ static void call_next_handshaker(grpc_exec_ctx* exec_ctx, void* arg,
// Helper function to call either the next handshaker or the
// on_handshake_done callback.
-static void call_next_handshaker_locked(
- grpc_exec_ctx* exec_ctx, grpc_handshake_manager* mgr,
- grpc_handshaker_args* args, grpc_error* error) {
+static void call_next_handshaker_locked(grpc_exec_ctx* exec_ctx,
+ grpc_handshake_manager* mgr,
+ grpc_handshaker_args* args,
+ grpc_error* error) {
GPR_ASSERT(mgr->index <= mgr->count);
// If we got an error, skip all remaining handshakers and invoke the
// caller-supplied callback immediately.