]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Wed, 25 Feb 2015 18:12:07 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Wed, 25 Feb 2015 18:12:07 +0000 (18:12 +0000)
src/client_side.cc

index 0a7c66853a996ac93fc3addf6c7b42ba5a09dd64..38bd4c38b0d1378250e1b5b1308bffef8dd598aa 100644 (file)
@@ -2744,7 +2744,7 @@ ConnStateData::concurrentRequestQueueFilled() const
 #if USE_OPENSSL
     const int internalRequest = (transparent() && sslBumpMode == Ssl::bumpSplice) ? 1 : 0;
 #else
-   const int internalRequest = 0;
+    const int internalRequest = 0;
 #endif
     const int concurrentRequestLimit = pipelinePrefetchMax() + 1 + internalRequest;