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

Unified Diff: net/cert/ct_log_verifier_openssl.cc

Issue 67073004: Certificate Transparency: Style fixes following review of issue 55953002. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « net/cert/ct_log_verifier_nss.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_log_verifier_openssl.cc
diff --git a/net/cert/ct_log_verifier_openssl.cc b/net/cert/ct_log_verifier_openssl.cc
index a4bc3dd58bb62f25350183315b4a14311b9ad1d2..fca4182e12622f585febdcdb68367159576b69ff 100644
--- a/net/cert/ct_log_verifier_openssl.cc
+++ b/net/cert/ct_log_verifier_openssl.cc
@@ -45,10 +45,10 @@ CTLogVerifier::~CTLogVerifier() {
EVP_PKEY_free(public_key_);
}
-CTLogVerifier::CTLogVerifier() :
- hash_algorithm_(ct::DigitallySigned::HASH_ALGO_NONE),
- signature_algorithm_(ct::DigitallySigned::SIG_ALGO_ANONYMOUS),
- public_key_(NULL) {}
+CTLogVerifier::CTLogVerifier()
+ : hash_algorithm_(ct::DigitallySigned::HASH_ALGO_NONE),
+ signature_algorithm_(ct::DigitallySigned::SIG_ALGO_ANONYMOUS),
+ public_key_(NULL) {}
bool CTLogVerifier::Init(const base::StringPiece& public_key,
const base::StringPiece& description) {
« no previous file with comments | « net/cert/ct_log_verifier_nss.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698