From: wessels <> Date: Fri, 31 Jul 1998 05:31:09 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~2950 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48a0f0164ebc042561d150b4378abf3086448cee;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/stat.cc b/src/stat.cc index bdfe18125d..4477664cef 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,6 +1,6 @@ /* - * $Id: stat.cc,v 1.272 1998/07/30 22:07:54 wessels Exp $ + * $Id: stat.cc,v 1.273 1998/07/30 23:31:09 wessels Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -305,7 +305,7 @@ statObjects(void *data) cbdataFree(state); return; } else if (fwdCheckDeferRead(-1, state->sentry)) { - eventAdd("statObjects", statObjects, state, 0.1, 1); + eventAdd("statObjects", statObjects, state, 0.1, 1); return; } storeBuffer(state->sentry); @@ -558,7 +558,7 @@ info_get(StoreEntry * sentry) #endif /* HAVE_MALLINFO */ storeAppendPrintf(sentry, "Memory accounted for:\n"); storeAppendPrintf(sentry, "\tTotal accounted: %6d KB\n", - memTotalAllocated()>>10); + memTotalAllocated() >> 10); storeAppendPrintf(sentry, "File descriptor usage for %s:\n", appname); storeAppendPrintf(sentry, "\tMaximum number of file descriptors: %4d\n", diff --git a/src/store.cc b/src/store.cc index 2f66bcd85d..774cfa4b11 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.438 1998/07/26 07:01:18 wessels Exp $ + * $Id: store.cc,v 1.439 1998/07/30 23:31:19 wessels Exp $ * * DEBUG: section 20 Storage Manager * AUTHOR: Harvest Derived @@ -177,9 +177,9 @@ storeHashInsert(StoreEntry * e, const cache_key * key) e->key = storeKeyDup(key); hash_join(store_table, (hash_link *) e); if (EBIT_TEST(e->flag, KEY_PRIVATE)) - dlinkAddTail(e, &e->lru, &store_list); + dlinkAddTail(e, &e->lru, &store_list); else - dlinkAdd(e, &e->lru, &store_list); + dlinkAdd(e, &e->lru, &store_list); } static void