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

index 2ae2843c1bf23c0e1dac02b6505720f02cd219b8..39828bded361c44b37cb52c1d9d589fb653d6e84 100644 (file)
@@ -834,7 +834,7 @@ FwdState::connectStart()
         fail(anErr);
         self = NULL; // refcounted
         return;
-    } 
+    }
 
     request->flags.pinned = 0;
     if (fs->code == PINNED) {
index 7f4b976be20e8bd8763f7fb18da3a179c9200d63..fe129889a670134a7fa9cd6cbfb57e63b0261ec5 100644 (file)
@@ -886,19 +886,19 @@ helperHandleRead(int fd, char *buf, size_t len, comm_err_t flag, int xerrno, voi
         char *msg = srv->rbuf;
         int i = 0;
         debugs(84, 3, "helperHandleRead: end of reply found");
-        
+
         if (t > srv->rbuf && t[-1] == '\r' && hlp->eom == '\n')
             t[-1] = '\0';
-        
+
         *t++ = '\0';
-        
+
         if (hlp->childs.concurrency) {
             i = strtol(msg, &msg, 10);
-            
+
             while (*msg && xisspace(*msg))
                 msg++;
         }
-        
+
         helperReturnBuffer(i, srv, hlp, msg, t);
     }
 
index 213b98d572cb20a9ae2d81b7c6ccd8a42ba3559a..7896f349a20ef2908a3b77b3f3da2c6c570a1ab8 100644 (file)
@@ -1012,7 +1012,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),chunked_reply(0),stream_error(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),chunked_reply(0),stream_error(0),sslBumped(0),destinationIPLookedUp_(0) {
 #if USE_HTTP_VIOLATIONS
         nocache_hack = 0;
 #endif