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

Unified Diff: net/cert/cert_database.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/cert_database.cc
diff --git a/net/cert/cert_database.cc b/net/cert/cert_database.cc
index d6a9b1b77fc4c0b8332d31e0aea39e738ab78e82..46653e559cc1fd67970222eb1ae358e5c72ebce4 100644
--- a/net/cert/cert_database.cc
+++ b/net/cert/cert_database.cc
@@ -32,10 +32,8 @@ void CertDatabase::NotifyObserversOfCertRemoved(const X509Certificate* cert) {
observer_list_->Notify(&Observer::OnCertRemoved, make_scoped_refptr(cert));
}
-void CertDatabase::NotifyObserversOfCACertChanged(
- const X509Certificate* cert) {
- observer_list_->Notify(
- &Observer::OnCACertChanged, make_scoped_refptr(cert));
+void CertDatabase::NotifyObserversOfCACertChanged(const X509Certificate* cert) {
+ observer_list_->Notify(&Observer::OnCACertChanged, make_scoped_refptr(cert));
}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698