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

Unified Diff: net/cert/scoped_nss_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/scoped_nss_types.h
diff --git a/net/cert/scoped_nss_types.h b/net/cert/scoped_nss_types.h
index 0eb8d844f9db18c4e248f934d9e5646fe8338786..ee9d3c752cb4f07acdcb2fde37462ddbb3b81a7d 100644
--- a/net/cert/scoped_nss_types.h
+++ b/net/cert/scoped_nss_types.h
@@ -12,9 +12,7 @@
namespace net {
struct FreeCERTCertificate {
- void operator()(CERTCertificate* x) const {
- CERT_DestroyCertificate(x);
- }
+ void operator()(CERTCertificate* x) const { CERT_DestroyCertificate(x); }
};
typedef scoped_ptr<CERTCertificate, FreeCERTCertificate> ScopedCERTCertificate;

Powered by Google App Engine
This is Rietveld 408576698