Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1709)

Unified Diff: net/ocsp/nss_ocsp_unittest.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/ocsp/nss_ocsp_unittest.cc
diff --git a/net/ocsp/nss_ocsp_unittest.cc b/net/ocsp/nss_ocsp_unittest.cc
index 0530282f4a67a1f2ea31fc3764ef80cbfa332ba0..5f07ce92329fa419e548363a25ed2c367e4bb384 100644
--- a/net/ocsp/nss_ocsp_unittest.cc
+++ b/net/ocsp/nss_ocsp_unittest.cc
@@ -35,9 +35,10 @@ namespace {
const char kAiaHost[] = "aia-test.invalid";
// Returning a single DER-encoded cert, so the mime-type must be
// application/pkix-cert per RFC 5280.
-const char kAiaHeaders[] = "HTTP/1.1 200 OK\0"
- "Content-type: application/pkix-cert\0"
- "\0";
+const char kAiaHeaders[] =
+ "HTTP/1.1 200 OK\0"
+ "Content-type: application/pkix-cert\0"
+ "\0";
class AiaResponseHandler : public net::URLRequestJobFactory::ProtocolHandler {
public:
@@ -105,13 +106,9 @@ class NssHttpTest : public ::testing::Test {
URLRequestFilter::GetInstance()->RemoveHostnameHandler("http", kAiaHost);
}
- CertVerifier* verifier() const {
- return verifier_.get();
- }
+ CertVerifier* verifier() const { return verifier_.get(); }
- int request_count() const {
- return handler_->request_count();
- }
+ int request_count() const { return handler_->request_count(); }
protected:
const CertificateList empty_cert_list_;

Powered by Google App Engine
This is Rietveld 408576698