]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 1 Nov 2013 00:15:11 +0000 (18:15 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 1 Nov 2013 00:15:11 +0000 (18:15 -0600)
src/AccessLogEntry.h
src/format/Format.cc
src/tests/Stub.list

index 2ee4b73d3454146b3ea4e9f54fa3355aaa31cc16..44008a54c174e5b579b005db2b34791960e0815b 100644 (file)
@@ -87,8 +87,7 @@ public:
         HttpDetails() : method(Http::METHOD_NONE), code(0), content_type(NULL),
                 timedout(false),
                 aborted(false),
-                clientRequest()
-            {}
+                clientRequest() {}
 
         HttpRequestMethod method;
         int code;
index 353d7119a7262ccf661dc3899886afb3a38b8ce7..25a7b1b7a9f813a2e0e35095d94af17aba80cf8b 100644 (file)
@@ -1026,7 +1026,7 @@ Format::Format::assemble(MemBuf &mb, const AccessLogEntry::Pointer &al, int logS
             outint = al->http.clientRequest.total() + al->http.adaptedReply.total();
             doint = 1;
             break;
-        /*case LFT_SERVER_IO_SIZE_TOTAL: */
+            /*case LFT_SERVER_IO_SIZE_TOTAL: */
 
         case LFT_TAG:
             if (al->request)
index 004799de168944f085dfadd94244b56c347fbe67..1765b210448a757205579539000a189b91a92467 100644 (file)
@@ -23,6 +23,7 @@ STUB_SOURCE= tests/STUB.h \
        tests/stub_debug.cc \
        tests/stub_errorpage.cc \
        tests/stub_event.cc \
+       tests/stub_external_acl.cc \
        tests/stub_fatal.cc \
        tests/stub_fd.cc \
        tests/stub_helper.cc \
@@ -33,6 +34,8 @@ STUB_SOURCE= tests/STUB.h \
        tests/stub_ipc_Forwarder.cc \
        tests/stub_ipc_TypedMsgHdr.cc \
        tests/stub_ipcache.cc \
+       tests/stub_libauth.cc \
+       tests/stub_libauth_acls.cc \
        tests/stub_libcomm.cc \
        tests/stub_libeui.cc \
        tests/stub_libformat.cc \
@@ -52,5 +55,6 @@ STUB_SOURCE= tests/STUB.h \
        tests/stub_store_rebuild.cc \
        tests/stub_store_stats.cc \
        tests/stub_store_swapout.cc \
+       tests/stub_time.cc \
        tests/stub_tools.cc \
        tests/stub_wordlist.cc