Skip to content

Commit

Permalink
Make clang-format happy r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Taubert committed Feb 8, 2017
1 parent 0a39644 commit 2438af9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gtests/ssl_gtest/ssl_hrr_unittest.cc
Expand Up @@ -105,7 +105,8 @@ TEST_P(TlsConnectTls13, SecondClientHelloRejectEarlyDataXtn) {

// A new client that tries to resume with 0-RTT but doesn't send the
// correct key share(s). The server will respond with an HRR.
auto orig_client = std::make_shared<TlsAgent>(client_->name(), TlsAgent::CLIENT, mode_);
auto orig_client =
std::make_shared<TlsAgent>(client_->name(), TlsAgent::CLIENT, mode_);
client_.swap(orig_client);
client_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_1,
SSL_LIBRARY_VERSION_TLS_1_3);
Expand Down

0 comments on commit 2438af9

Please sign in to comment.