]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 14 Sep 2011 00:12:35 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 14 Sep 2011 00:12:35 +0000 (18:12 -0600)
doc/debug-sections.txt
src/DiskIO/DiskFile.h

index 1166c0d594231fb4cf8da4bd9b5e252b139d0cb8..2af58f66bb10d12ee1da79edd8d099100cdcb2c2 100644 (file)
@@ -36,6 +36,7 @@ section 16    Cache Manager Objects
 section 17    Request Forwarding
 section 18    Cache Manager Statistics
 section 19    Store Memory Primitives
+section 20    Memory Cache
 section 20    Storage Manager
 section 20    Storage Manager Heap-based replacement
 section 20    Storage Manager Logging Functions
index 612badc748300d528b41ff2e420de998eb71a658..8b3a777f0dcefc81b57807806d9f6d73dde56a77 100644 (file)
@@ -49,7 +49,8 @@ class DiskFile : public RefCountable
 public:
 
     /// generally useful configuration options supported by some children
-    class Config {
+    class Config
+    {
     public:
         Config(): ioTimeout(0) {}