aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-12-01 08:48:22 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-12-01 08:48:22 -0800
commita5617850522ed729eb79ad040e87811ab6925484 (patch)
tree84e11b7a42a30ff4ce60b4cacebb943530bcbda9 /test/core/security
parent9b3f1b7ab1c925695412d7dd6febed8ca31b493c (diff)
clang-format
Diffstat (limited to 'test/core/security')
-rw-r--r--test/core/security/ssl_server_fuzzer.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/core/security/ssl_server_fuzzer.c b/test/core/security/ssl_server_fuzzer.c
index 32ef60b3b1..ca629a6eba 100644
--- a/test/core/security/ssl_server_fuzzer.c
+++ b/test/core/security/ssl_server_fuzzer.c
@@ -113,10 +113,9 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
grpc_handshake_manager *handshake_mgr = grpc_handshake_manager_create();
grpc_server_security_connector_create_handshakers(&exec_ctx, sc,
handshake_mgr);
- grpc_handshake_manager_do_handshake(&exec_ctx, handshake_mgr, mock_endpoint,
- NULL /* channel_args */, deadline,
- NULL /* acceptor */, on_handshake_done,
- &state);
+ grpc_handshake_manager_do_handshake(
+ &exec_ctx, handshake_mgr, mock_endpoint, NULL /* channel_args */,
+ deadline, NULL /* acceptor */, on_handshake_done, &state);
grpc_exec_ctx_flush(&exec_ctx);
// If the given string happens to be part of the correct client hello, the