]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 12 Aug 2010 04:22:11 +0000 (22:22 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 12 Aug 2010 04:22:11 +0000 (22:22 -0600)
src/tunnel.cc

index dbfba54d8605c38e7c4b05e433bd5f567785fb3d..60db83e2db7e0cb68f0f91ad90e79fe29ef6aefc 100644 (file)
@@ -651,7 +651,7 @@ tunnelStart(ClientHttpRequest * http, int64_t * size_ptr, int *status_ptr)
         errorSend(fd, anErr);
         return;
     }
-    
+
     // if IPv6 is split-stack, prefer IPv4
     if (Ip::EnableIpv6&IPV6_SPECIAL_SPLITSTACK) {
         // NP: This is not a great choice of default,