Skip to content

Commit

Permalink
Fix clang-format bustage. r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr committed Oct 5, 2016
1 parent 50b1d1f commit 75ae03c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ssl/ssl3con.c
Expand Up @@ -8254,8 +8254,7 @@ ssl3_HandleClientHello(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
rv = tls13_NegotiateVersion(ss, versionExtension);
if (rv != SECSuccess) {
errCode = PORT_GetError();
desc = (errCode == SSL_ERROR_UNSUPPORTED_VERSION) ?
protocol_version : illegal_parameter;
desc = (errCode == SSL_ERROR_UNSUPPORTED_VERSION) ? protocol_version : illegal_parameter;
goto alert_loser;
}
} else {
Expand Down

0 comments on commit 75ae03c

Please sign in to comment.