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

Unified Diff: net/cert/test_root_certs.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/test_root_certs.h
diff --git a/net/cert/test_root_certs.h b/net/cert/test_root_certs.h
index 84c163a5bb2ad9c67e1a8619ab1e4cb34cbcead1..57333f9407f56b873fa0339de3648e1fa2fe5c72 100644
--- a/net/cert/test_root_certs.h
+++ b/net/cert/test_root_certs.h
@@ -79,8 +79,9 @@ class NET_EXPORT TestRootCerts {
// are used in addition to OS trust store.
void SetAllowSystemTrust(bool allow_system_trust);
#elif defined(USE_OPENSSL_CERTS) && !defined(OS_ANDROID)
- const std::vector<scoped_refptr<X509Certificate> >&
- temporary_roots() const { return temporary_roots_; }
+ const std::vector<scoped_refptr<X509Certificate> >& temporary_roots() const {
+ return temporary_roots_;
+ }
bool Contains(X509* cert) const;
#elif defined(OS_WIN)
HCERTSTORE temporary_roots() const { return temporary_roots_; }

Powered by Google App Engine
This is Rietveld 408576698