]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 21 Aug 2011 00:12:49 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 21 Aug 2011 00:12:49 +0000 (18:12 -0600)
src/log/access_log.cc

index f3df330fc68001318908a91aa93141a4cb1fff1d..fc77705959743f6f92fe757d1df1b03cad1efa04 100644 (file)
@@ -276,8 +276,8 @@ HierarchyLogEntry::note(const Comm::ConnectionPointer &server, const char *reque
 {
     tcpServer = server;
     if (tcpServer == NULL) {
-       code = HIER_NONE;
-       xstrncpy(host, requestedHost, sizeof(host));
+        code = HIER_NONE;
+        xstrncpy(host, requestedHost, sizeof(host));
     } else {
         code = tcpServer->peerType;