]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Source Format Enforcement
authorSquidAdm <noc@lists.squid-cache.org>
Mon, 10 Aug 2020 05:35:16 +0000 (05:35 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 11 Aug 2020 05:13:21 +0000 (17:13 +1200)
src/ssl/bio.cc

index 15cc9eecd0f7e4e49965c847be9a28e74e7db4af..10b8e838b021b078358a8f23c89b7b01bb509608 100644 (file)
@@ -559,7 +559,7 @@ bool
 Ssl::ServerBio::encryptedCertificates() const
 {
     return parser_.details->tlsSupportedVersion &&
-        Security::Tls1p3orLater(parser_.details->tlsSupportedVersion);
+           Security::Tls1p3orLater(parser_.details->tlsSupportedVersion);
 }
 
 /// initializes BIO table after allocation