From: Automatic source maintenance Date: Sat, 14 Jan 2012 01:30:37 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: BumpSslServerFirst.take05~12^2~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55bfc9fcdbb6c30d8dd15cfcc5dc060428da757d;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/store_swapout.cc b/src/store_swapout.cc index 7a78acf86d..36063095d3 100644 --- a/src/store_swapout.cc +++ b/src/store_swapout.cc @@ -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) { /*