Skip to content

Commit

Permalink
Bug 1572791 - Fixup clang-format r=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjones committed Aug 13, 2019
1 parent afc2beb commit b9ce9a0
Showing 1 changed file with 2 additions and 1 deletion.
Whitespace-only changes.
3 changes: 2 additions & 1 deletion gtests/ssl_gtest/tls_agent.cc
Expand Up @@ -167,7 +167,8 @@ void TlsAgent::DelegateCredential(const std::string& name,
ScopedCERTCertificate cert;
ScopedSECKEYPrivateKey cert_priv;
EXPECT_TRUE(TlsAgent::LoadCertificate(name, &cert, &cert_priv))
<< "Could not load delegate certificate: " << name << "; test db corrupt?";
<< "Could not load delegate certificate: " << name
<< "; test db corrupt?";

EXPECT_EQ(SECSuccess,
SSL_DelegateCredential(cert.get(), cert_priv.get(), dc_pub.get(),
Expand Down

0 comments on commit b9ce9a0

Please sign in to comment.