Whitespaces

This commit is contained in:
Alexey Milovidov 2021-07-21 04:47:56 +03:00
parent fbd7b49f8c
commit 09449cc101
2 changed files with 2 additions and 2 deletions

View File

@ -370,7 +370,7 @@ void ASTFunction::formatImplWithoutAlias(const FormatSettings & settings, Format
if (!written && 0 == strcmp(name.c_str(), "tupleElement")) if (!written && 0 == strcmp(name.c_str(), "tupleElement"))
{ {
// fuzzer sometimes may inserts tupleElement() created from ASTLiteral: // fuzzer sometimes may insert tupleElement() created from ASTLiteral:
// //
// Function_tupleElement, 0xx // Function_tupleElement, 0xx
// -ExpressionList_, 0xx // -ExpressionList_, 0xx

View File

@ -5,7 +5,7 @@
<openSSL> <openSSL>
<client> <client>
<invalidCertificateHandler replace="replace"> <invalidCertificateHandler replace="replace">
<name>AcceptCertificateHandler</name> <!-- For tests only--> <name>AcceptCertificateHandler</name> <!-- For tests only -->
</invalidCertificateHandler> </invalidCertificateHandler>
</client> </client>
</openSSL> </openSSL>