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

Unified Diff: net/cert/test_root_certs.cc

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.cc
diff --git a/net/cert/test_root_certs.cc b/net/cert/test_root_certs.cc
index f4958901685170b4377fed30a03f3729030a7c55..c7fdf8981469330b03365d1a524f158801ad1349 100644
--- a/net/cert/test_root_certs.cc
+++ b/net/cert/test_root_certs.cc
@@ -17,8 +17,8 @@ namespace {
bool g_has_instance = false;
-base::LazyInstance<TestRootCerts>::Leaky
- g_test_root_certs = LAZY_INSTANCE_INITIALIZER;
+base::LazyInstance<TestRootCerts>::Leaky g_test_root_certs =
+ LAZY_INSTANCE_INITIALIZER;
CertificateList LoadCertificates(const base::FilePath& filename) {
std::string raw_cert;
@@ -55,7 +55,8 @@ TestRootCerts::TestRootCerts() {
g_has_instance = true;
}
-ScopedTestRoot::ScopedTestRoot() {}
+ScopedTestRoot::ScopedTestRoot() {
+}
ScopedTestRoot::ScopedTestRoot(X509Certificate* cert) {
Reset(cert);

Powered by Google App Engine
This is Rietveld 408576698