]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/log/access_log.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / log / access_log.cc
index c9356f59da6a2ea55dad3de950a9c055768d8079..fdf8851fe274fa96f9d366c1c340f7919c30c60d 100644 (file)
@@ -227,13 +227,13 @@ accessLogClose(void)
 }
 
 HierarchyLogEntry::HierarchyLogEntry() :
-        code(HIER_NONE),
-        cd_lookup(LOOKUP_NONE),
-        n_choices(0),
-        n_ichoices(0),
-        peer_reply_status(Http::scNone),
-        tcpServer(NULL),
-        bodyBytesRead(-1)
+    code(HIER_NONE),
+    cd_lookup(LOOKUP_NONE),
+    n_choices(0),
+    n_ichoices(0),
+    peer_reply_status(Http::scNone),
+    tcpServer(NULL),
+    bodyBytesRead(-1)
 {
     memset(host, '\0', SQUIDHOSTNAMELEN);
     memset(cd_host, '\0', SQUIDHOSTNAMELEN);
@@ -592,3 +592,4 @@ headersLog(int cs, int pq, const HttpRequestMethod& method, void *data)
 }
 
 #endif
+