Fix whitespace issues

This commit is contained in:
Attila Molnar 2016-09-02 13:20:16 +02:00
parent 6a35f493f3
commit 787ccb22dc
2 changed files with 4 additions and 4 deletions

View File

@ -73,8 +73,8 @@ enum
RPL_MAPUSERS = 270, // insp-specific
RPL_AWAY = 301,
RPL_USERHOST = 302,
RPL_ISON = 303,
RPL_USERHOST = 302,
RPL_ISON = 303,
RPL_SYNTAX = 304, // insp-specific
RPL_UNAWAY = 305,
@ -99,7 +99,7 @@ enum
RPL_TOPIC = 332,
RPL_TOPICTIME = 333, // not RFC, extremely common though
RPL_USERIP = 340,
RPL_USERIP = 340,
RPL_INVITING = 341,
RPL_INVITELIST = 346, // insp-specific (stolen from ircu)
RPL_ENDOFINVITELIST = 347, // insp-specific (stolen from ircu)

View File

@ -420,7 +420,7 @@ namespace mbedTLS
}
clientctx.SetOptionalVerifyCert();
clientctx.SetCA(cacerts, crl);
clientctx.SetCA(cacerts, crl);
// The default for servers is to not request a client certificate from the peer
if (requestclientcert)
{