]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 14 Jan 2012 01:30:37 +0000 (18:30 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 14 Jan 2012 01:30:37 +0000 (18:30 -0700)
src/store_swapout.cc

index 7a78acf86d357341e55a121ab7e5f97e6adee70c..36063095d33a805a4baebb3335078c6a75625b2e 100644 (file)
@@ -197,7 +197,7 @@ StoreEntry::swapOut()
     }
 
     const bool weAreOrMayBeSwappingOut = swappingOut() || mayStartSwapOut();
+
     trimMemory(weAreOrMayBeSwappingOut);
 
     if (!weAreOrMayBeSwappingOut)
@@ -434,7 +434,7 @@ StoreEntry::mayStartSwapOut()
 
         if (store_status != STORE_OK) {
             const int64_t maxKnownSize = expectedEnd < 0 ?
-                                          mem_obj->availableForSwapOut() : expectedEnd;
+                                         mem_obj->availableForSwapOut() : expectedEnd;
             debugs(20, 7, HERE << "maxKnownSize= " << maxKnownSize);
             if (maxKnownSize < store_maxobjsize) {
                 /*