aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/handshake
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-12-04 15:28:35 -0800
committerGravatar Vijay Pai <vpai@google.com>2017-12-04 15:28:35 -0800
commit19988c6c7ebfdbd239d87907519851957b34262f (patch)
tree4b877c7a5332e60cb2f34c389b0cc778f1b045c0 /test/core/handshake
parent33dd7f07ff9ea9a6027f8aa3340c496df7d7d603 (diff)
clang-format
Diffstat (limited to 'test/core/handshake')
-rw-r--r--test/core/handshake/server_ssl_common.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/handshake/server_ssl_common.cc b/test/core/handshake/server_ssl_common.cc
index 001d4e24ca..0bf453a204 100644
--- a/test/core/handshake/server_ssl_common.cc
+++ b/test/core/handshake/server_ssl_common.cc
@@ -137,8 +137,8 @@ bool server_ssl_test(const char* alpn_list[], unsigned int alpn_list_len,
gpr_thd_options thdopt = gpr_thd_options_default();
gpr_thd_id thdid;
gpr_thd_options_set_joinable(&thdopt);
- GPR_ASSERT(gpr_thd_new(&thdid, "grpc_ssl_test", server_thread, &port,
- &thdopt));
+ GPR_ASSERT(
+ gpr_thd_new(&thdid, "grpc_ssl_test", server_thread, &port, &thdopt));
SSL_load_error_strings();
OpenSSL_add_ssl_algorithms();