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

Unified Diff: net/cert/x509_cert_types.h

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_cert_types.h
diff --git a/net/cert/x509_cert_types.h b/net/cert/x509_cert_types.h
index f74c82eab7bce55923d2b588827ac785c5dfe7ff..67ad5962368857311ece2834ad9a7341ccd8753f 100644
--- a/net/cert/x509_cert_types.h
+++ b/net/cert/x509_cert_types.h
@@ -118,7 +118,7 @@ class NET_EXPORT CertPolicy {
// Compares two OIDs by value.
inline bool CSSMOIDEqual(const CSSM_OID* oid1, const CSSM_OID* oid2) {
return oid1->Length == oid2->Length &&
- (memcmp(oid1->Data, oid2->Data, oid1->Length) == 0);
+ (memcmp(oid1->Data, oid2->Data, oid1->Length) == 0);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698