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

Unified Diff: net/cert/signed_certificate_timestamp.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/signed_certificate_timestamp.h
diff --git a/net/cert/signed_certificate_timestamp.h b/net/cert/signed_certificate_timestamp.h
index 96268e4d0222ce0ec92a7b9dbc2ae00ed2e21634..bb97fced6009ff055ec56dc480ccbf0ad64b4527 100644
--- a/net/cert/signed_certificate_timestamp.h
+++ b/net/cert/signed_certificate_timestamp.h
@@ -24,10 +24,7 @@ namespace ct {
// LogEntry struct in RFC 6962, Section 3.1
struct NET_EXPORT LogEntry {
// LogEntryType enum in RFC 6962, Section 3.1
- enum Type {
- LOG_ENTRY_TYPE_X509 = 0,
- LOG_ENTRY_TYPE_PRECERT = 1
- };
+ enum Type { LOG_ENTRY_TYPE_X509 = 0, LOG_ENTRY_TYPE_PRECERT = 1 };
LogEntry();
~LogEntry();

Powered by Google App Engine
This is Rietveld 408576698