]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 7 May 2011 06:21:18 +0000 (00:21 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 7 May 2011 06:21:18 +0000 (00:21 -0600)
src/forward.cc
src/structs.h

index f85db3bcb1729b1721109bcaf00dc000d755e05c..4edb762b6f43b4dbd230d3591336562d27511fd1 100644 (file)
@@ -838,7 +838,7 @@ FwdState::connectStart()
         fail(anErr);
         self = NULL; // refcounted
         return;
-    } 
+    }
 
     request->flags.pinned = 0;
     if (fs->code == PINNED) {
index 945c88911e5d67a17725844e64640fe73520218b..68a0d1724cf54c876cccbca7db71627fb486b1fe 100644 (file)
@@ -1015,8 +1015,7 @@ struct _iostats {
 
 
 struct request_flags {
-    request_flags(): range(0),nocache(0),ims(0),auth(0),cachable(0),hierarchical(0),loopdetect(0),proxy_keepalive(0),proxying(0),refresh(0),redirected(0),need_validation(0),fail_on_validation_err(0),stale_if_hit(0),accelerated(0),ignore_cc(0),intercepted(0),spoof_client_ip(0),internal(0),internalclient(0),must_keepalive(0),sslBumped(0),destinationIPLookedUp_(0)  
-{
+    request_flags(): range(0),nocache(0),ims(0),auth(0),cachable(0),hierarchical(0),loopdetect(0),proxy_keepalive(0),proxying(0),refresh(0),redirected(0),need_validation(0),fail_on_validation_err(0),stale_if_hit(0),accelerated(0),ignore_cc(0),intercepted(0),spoof_client_ip(0),internal(0),internalclient(0),must_keepalive(0),sslBumped(0),destinationIPLookedUp_(0) {
 #if HTTP_VIOLATIONS
         nocache_hack = 0;
 #endif