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

Unified Diff: net/cert/x509_util.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/cert/x509_util.cc
diff --git a/net/cert/x509_util.cc b/net/cert/x509_util.cc
index cc0a2c583bf343bc27a492c94d387e21eeede1b6..3ad092b141436f861facdc5847619ffa16ef9a94 100644
--- a/net/cert/x509_util.cc
+++ b/net/cert/x509_util.cc
@@ -22,7 +22,8 @@ static const uint16 kRSAKeyLength = 1024;
// CreateKeyAndDomainBoundCertEC will be signed using this digest algorithm.
static const DigestAlgorithm kSignatureDigestAlgorithm = DIGEST_SHA256;
-ClientCertSorter::ClientCertSorter() : now_(base::Time::Now()) {}
+ClientCertSorter::ClientCertSorter() : now_(base::Time::Now()) {
+}
bool ClientCertSorter::operator()(
const scoped_refptr<X509Certificate>& a,

Powered by Google App Engine
This is Rietveld 408576698