Skip to content

Commit

Permalink
clang-format. r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr committed Oct 20, 2016
1 parent 75198ed commit 9a34a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssl/tls13con.c
Expand Up @@ -3813,7 +3813,7 @@ tls13_ExtensionAllowed(PRUint16 extension, SSL3HandshakeType message)
/* We have never heard of this extension which is OK
* in client_hello and new_session_ticket. */
return (message == client_hello) ||
(message == new_session_ticket);
(message == new_session_ticket);
}

switch (KnownExtensions[i].status) {
Expand Down

0 comments on commit 9a34a87

Please sign in to comment.