From 55bfc9fcdbb6c30d8dd15cfcc5dc060428da757d Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Fri, 13 Jan 2012 18:30:37 -0700 Subject: [PATCH] SourceFormat Enforcement --- src/store_swapout.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { /* -- 2.47.2