]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 8 Dec 2011 01:22:28 +0000 (18:22 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 8 Dec 2011 01:22:28 +0000 (18:22 -0700)
src/filemap.cc

index ead311b6ff4053e60ae5e71efac020f08422c2f7..23d11e38eb1789fd352585803e1af1091ece35fb 100644 (file)
@@ -55,8 +55,8 @@
 #define FM_INITIAL_NUMBER (1<<14)
 
 FileMap::FileMap() :
-    capacity_(FM_INITIAL_NUMBER), usedSlots_(0),
-    nwords(capacity_ >> LONG_BIT_SHIFT)
+        capacity_(FM_INITIAL_NUMBER), usedSlots_(0),
+        nwords(capacity_ >> LONG_BIT_SHIFT)
 {
     debugs(8, 3, HERE << "creating space for " << capacity_ << " files");
     debugs(8, 5, "--> " << nwords << " words of " << sizeof(*bitmap) << " bytes each");