]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 15 Sep 2011 00:12:28 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 15 Sep 2011 00:12:28 +0000 (18:12 -0600)
src/ipc/StoreMap.h

index 9a01a9349e2d17959331596002173c6291ecd316..f6b1bef35e521ad5f350ec3dc563486bce7ea481 100644 (file)
@@ -56,7 +56,8 @@ public:
     typedef StoreMapSlot Slot;
 
     /// data shared across maps in different processes
-    class Shared {
+    class Shared
+    {
     public:
         Shared(const int aLimit, const size_t anExtrasSize);
         size_t sharedMemorySize() const;