From d25ad3e117fcf765e128586dfbfdf157e95b7213 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 1 Feb 1997 06:59:56 +0000 Subject: [PATCH] gindent --- src/store.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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++; -- 2.47.3