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, |