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

Unified Diff: net/cert/cert_verify_result.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/cert_verify_result.h
diff --git a/net/cert/cert_verify_result.h b/net/cert/cert_verify_result.h
index 09deffa0998832975835fcbe8f28a0e403786042..b33f3914306533aa206c5f038505c3250568196a 100644
--- a/net/cert/cert_verify_result.h
+++ b/net/cert/cert_verify_result.h
@@ -25,9 +25,7 @@ class NET_EXPORT CertVerifyResult {
void Reset();
// Copies from |other| to |this|.
- void CopyFrom(const CertVerifyResult& other) {
- *this = other;
- }
+ void CopyFrom(const CertVerifyResult& other) { *this = other; }
// The certificate and chain that was constructed during verification.
// Note that the though the verified certificate will match the originally

Powered by Google App Engine
This is Rietveld 408576698