]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/Elements.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / adaptation / Elements.cc
index 42cb5676e567b8220d840905032ee91d70eab143..8d55a4f36e77362274177deaadede5299ebdcfbf 100644 (file)
@@ -1,4 +1,4 @@
-#include "squid.h"
+#include "squid-old.h"
 #include "adaptation/Elements.h"
 
 const char *Adaptation::crlf = "\r\n";
@@ -6,7 +6,7 @@ const char *Adaptation::crlf = "\r\n";
 const char *
 Adaptation::methodStr(Adaptation::Method method)
 {
-    switch(method) {
+    switch (method) {
 
     case Adaptation::methodReqmod:
         return "REQMOD";
@@ -31,7 +31,7 @@ Adaptation::methodStr(Adaptation::Method method)
 const char *
 Adaptation::vectPointStr(Adaptation::VectPoint point)
 {
-    switch(point) {
+    switch (point) {
 
     case Adaptation::pointPreCache:
         return "PRECACHE";