fix clang-format issue

pull/22480/head
ZhenLian 5 years ago
parent fe426fc6f5
commit fe7f50a324
  1. 9
      src/core/lib/security/security_connector/ssl/ssl_security_connector.cc

@ -190,11 +190,10 @@ class grpc_ssl_channel_security_connector final
grpc_auth_context* auth_context,
grpc_closure* /*on_call_host_checked*/,
grpc_error** error) override {
return grpc_ssl_check_call_host(host, target_name_.get(),
overridden_target_name_ != nullptr
? overridden_target_name_.get()
: "",
auth_context, error);
return grpc_ssl_check_call_host(
host, target_name_.get(),
overridden_target_name_ != nullptr ? overridden_target_name_.get() : "",
auth_context, error);
}
void cancel_check_call_host(grpc_closure* /*on_call_host_checked*/,

Loading…
Cancel
Save