| 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:
|
|
|