Skip to content
Snippets Groups Projects
Commit 5b850b21 authored by Mark D. Roth's avatar Mark D. Roth
Browse files

clang-format

parent c8984173
No related branches found
No related tags found
No related merge requests found
...@@ -296,9 +296,9 @@ static void fake_channel_add_handshakers( ...@@ -296,9 +296,9 @@ static void fake_channel_add_handshakers(
&sc->base)); &sc->base));
} }
static void fake_server_add_handshakers( static void fake_server_add_handshakers(grpc_exec_ctx *exec_ctx,
grpc_exec_ctx *exec_ctx, grpc_server_security_connector *sc, grpc_server_security_connector *sc,
grpc_handshake_manager *handshake_mgr) { grpc_handshake_manager *handshake_mgr) {
grpc_handshake_manager_add( grpc_handshake_manager_add(
handshake_mgr, handshake_mgr,
grpc_security_handshaker_create( grpc_security_handshaker_create(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment