]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Tue, 13 Jun 2017 00:12:19 +0000 (00:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Tue, 13 Jun 2017 00:12:19 +0000 (00:12 +0000)
src/XactionInitiator.cc
src/XactionInitiator.h
src/acl/TransactionInitiator.cc
src/forward.h
src/tests/testHttpRequest.cc

index 31e4cc4bbbb2cc2872b761af1557eb94556a4c14..6aad75b989cbaef8ccb286a5628d349ea07ce929 100644 (file)
@@ -41,3 +41,4 @@ XactionInitiator::ParseInitiators(const char *name)
     self_destruct();
     return 0;
 }
+
index 985b85fd15e8e9db0b68bb7dbfff318d6ee3dfef..d84d9f8ba81c6b26c06efbdbf6a8013ac9938cea 100644 (file)
@@ -65,3 +65,4 @@ private:
 };
 
 #endif // SQUID_SRC_XACTION_INITIATOR_H
+
index 022598469efad1b2188b3f387d003ca096b75d7e..b2e0d6329b2f60e287a3e7a06a11cbcf0d9ac4e1 100644 (file)
@@ -9,8 +9,8 @@
 /* DEBUG: section 28    Access Control */
 
 #include "squid.h"
-#include "acl/TransactionInitiator.h"
 #include "acl/FilledChecklist.h"
+#include "acl/TransactionInitiator.h"
 #include "cache_cf.h"
 #include "Debug.h"
 #include "HttpRequest.h"
index 750a9ea64755b62d8ea45320f3eec0cf4978f40f..8b657678f873aeacd03d23404dc719dcd6cf96cd 100644 (file)
@@ -14,3 +14,4 @@ template <class C> class RefCount;
 typedef RefCount<MasterXaction> MasterXactionPointer;
 
 #endif
+
index 2f30ddd8b1252318a62551c715500aa918be0a90..213df90c33855811c28953d980602dadb6effd27 100644 (file)
@@ -12,8 +12,8 @@
 
 #include "HttpHeader.h"
 #include "HttpRequest.h"
-#include "mime_header.h"
 #include "MasterXaction.h"
+#include "mime_header.h"
 #include "testHttpRequest.h"
 #include "unitTestMain.h"