]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 25 Aug 2012 00:13:13 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 25 Aug 2012 00:13:13 +0000 (18:13 -0600)
scripts/sort-includes.pl [changed mode: 0644->0755]
src/esi/Module.cc
src/tests/testDiskIO.cc

old mode 100644 (file)
new mode 100755 (executable)
index b8269342a37db439fb4ac4d52dfc9cd80f6bc317..64da18979abe4eee009d322d964f381cee4d5aae 100644 (file)
@@ -4,7 +4,7 @@
 #include "esi/Libxml2Parser.h"
 /* include for esi/ExpatParser.h must follow esi/Libxml2Parser.h */
 /* do not remove this comment, as it acts as barrier for the autmatic sorting */
-#include "esi/ExpatParser.h" 
+#include "esi/ExpatParser.h"
 
 static ESIParser::Register *prCustom = 0;
 #if HAVE_LIBXML2
index 32ed5cdccf4abbe44f20db6a3b2df4d402e12ddf..38dbc6252a8499da32531d514605d35bb346de13 100644 (file)
@@ -12,7 +12,7 @@
 #include "StoreFileSystem.h"
 #include "testStoreSupport.h"
 
-#if 0 
+#if 0
 // AYJ: COSS in Squid-3 is disabled.
 #include "fs/coss/CossSwapDir.h"
 #endif