]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 18 Jul 2012 00:12:18 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 18 Jul 2012 00:12:18 +0000 (18:12 -0600)
src/AccessLogEntry.h
src/HttpHeaderTools.cc
src/HttpRequest.h

index 1786e7502e466091813fe2402fc60cf2f5fbdfbf..2c12c4f168469061bd3b900d47cd364cdb285858 100644 (file)
@@ -142,8 +142,8 @@ public:
 #if USE_SSL
                 ssluser(NULL),
 #endif
-                port(NULL)
-        {;
+                port(NULL) {
+            ;
         }
 
         Ip::Address caddr;
index 3bb60f78aacf71b9ab1dad230147f2d22bd55601..1dfaca43ddc4f5971637e6b13709edb9558576dc 100644 (file)
@@ -649,8 +649,8 @@ httpHdrAdd(HttpHeader *heads, HttpRequest *request, HeaderWithAclList &headersAd
             if (!fieldValue || fieldValue[0] == '\0')
                 fieldValue = "-";
 
-            HttpHeaderEntry *e = new HttpHeaderEntry(hwa->fieldId, hwa->fieldName.c_str(), 
-                                                     fieldValue);
+            HttpHeaderEntry *e = new HttpHeaderEntry(hwa->fieldId, hwa->fieldName.c_str(),
+                    fieldValue);
             heads->addEntry(e);
         }
     }
index e1d17080689a99eca31f841a5553a2769058eb65..d25f86532b1fa346a1e274473ba445697e44d2f7 100644 (file)
@@ -242,7 +242,7 @@ public:
     CbcPointer<ConnStateData> clientConnectionManager;
 
     /**
-     * The AccessLogEntry for the current ClientHttpRequest/Server HttpRequest 
+     * The AccessLogEntry for the current ClientHttpRequest/Server HttpRequest
      * pair, if known;
      */
     AccessLogEntryPointer al;