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

Unified Diff: net/cert/cert_status_flags.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_status_flags.cc
diff --git a/net/cert/cert_status_flags.cc b/net/cert/cert_status_flags.cc
index d278ea47b453b689842f41a289b2e4fa36144d16..8b4e6e68f7d69c8342a0dea62d64b6bc5280a27b 100644
--- a/net/cert/cert_status_flags.cc
+++ b/net/cert/cert_status_flags.cc
@@ -36,7 +36,7 @@ CertStatus MapNetErrorToCertStatus(int error) {
// We should not use ERR_CERT_CONTAINS_ERRORS in new code.
case ERR_CERT_CONTAINS_ERRORS:
NOTREACHED();
- // Falls through.
+ // Falls through.
case ERR_CERT_INVALID:
return CERT_STATUS_INVALID;
case ERR_CERT_WEAK_SIGNATURE_ALGORITHM:

Powered by Google App Engine
This is Rietveld 408576698