From: wessels <> Date: Sat, 1 Feb 1997 06:59:56 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5153 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d25ad3e117fcf765e128586dfbfdf157e95b7213;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/store.cc b/src/store.cc index 23fe5ea02d..725ca0852b 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.204 1997/01/31 21:16:50 wessels Exp $ + * $Id: store.cc,v 1.205 1997/01/31 23:59:56 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -2398,13 +2398,13 @@ storeRandomizeBuckets(void) { int i; if (MaintBucketsOrder == NULL) - MaintBucketsOrder = xcalloc(store_buckets, sizeof(unsigned int)); + MaintBucketsOrder = xcalloc(store_buckets, sizeof(unsigned int)); for (i = 0; i < store_buckets; i++) *(MaintBucketsOrder + i) = (unsigned int) i; qsort((char *) MaintBucketsOrder, store_buckets, sizeof(unsigned int), - (QS) compareRandom); + (QS) compareRandom); } static void @@ -2575,7 +2575,7 @@ storeMaintainSwapSpace(void *unused) scan_revolutions++; debug(20, 1, "Completed %d full expiration scans of store table\n", scan_revolutions); - storeRandomizeBuckets(); + storeRandomizeBuckets(); } bucket = *(MaintBucketsOrder + bucket_index); bucket_index++;