]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 5 Jun 2012 00:23:48 +0000 (18:23 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 5 Jun 2012 00:23:48 +0000 (18:23 -0600)
src/HttpHeader.cc

index 40a4f42c3cc6e74a033cf3aabc910ed4fb0bd426..58feeef6ce0e77e87eeb4f8d03a3fced46cf4fdb 100644 (file)
@@ -1433,7 +1433,7 @@ HttpHeader::getAuth(http_hdr_type id, const char *auth_scheme) const
         return NULL;
 
     /* skip white space */
-    for(; field && xisspace(*field); field++);
+    for (; field && xisspace(*field); field++);
 
     if (!*field)               /* no authorization cookie */
         return NULL;