]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tunnel.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tunnel.cc
index 8c80693d562aaaf60459d16dbb84d529924e4e59..b04553df4997ff837dbe9c17908dfb489f8202fb 100644 (file)
@@ -105,7 +105,7 @@ public:
 
     /// Whether the client sent a CONNECT request to us.
     bool clientExpectsConnectResponse() const {
-        // If we are forcing a tunnel after receiving a client CONNECT, then we 
+        // If we are forcing a tunnel after receiving a client CONNECT, then we
         // have already responded to that CONNECT before tunnel.cc started.
         if (request && request->flags.forceTunnel)
             return false;