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

Unified Diff: net/cert/cert_type.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_type.h
diff --git a/net/cert/cert_type.h b/net/cert/cert_type.h
index 84fc44ab1d514ffe36f9f102646f9166577ae247..19b4509eb93e9a1fc9c7890bdc5d98b8e22a55a8 100644
--- a/net/cert/cert_type.h
+++ b/net/cert/cert_type.h
@@ -15,13 +15,7 @@ namespace net {
// example, a cert with no basic constraints or trust would be classified as
// UNKNOWN_CERT. If that cert is then trusted with SetCertTrust(cert,
// SERVER_CERT, TRUSTED_SSL), it would become a SERVER_CERT.
-enum CertType {
- OTHER_CERT,
- CA_CERT,
- USER_CERT,
- SERVER_CERT,
- NUM_CERT_TYPES
-};
+enum CertType { OTHER_CERT, CA_CERT, USER_CERT, SERVER_CERT, NUM_CERT_TYPES };
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698