From: wessels <> Date: Thu, 12 Mar 1998 09:20:09 +0000 (+0000) Subject: formatting X-Git-Tag: SQUID_3_0_PRE1~3860 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496e1d766fcd5b1c86f0e842d8a8c4227b8b6c5a;p=thirdparty%2Fsquid.git formatting --- diff --git a/src/store.cc b/src/store.cc index 99322dc4bf..84d7804e91 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.393 1998/03/11 18:30:08 rousskov Exp $ + * $Id: store.cc,v 1.394 1998/03/12 02:20:09 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -558,8 +558,10 @@ storeAbort(StoreEntry * e, int cbflag) storeSetMemStatus(e, NOT_IN_MEMORY); /* No DISK swap for negative cached object */ e->swap_status = SWAPOUT_NONE; - /* We assign an object length here--The only other place we assign the - * object length is in storeComplete() */ + /* + * We assign an object length here. The only other place we assign + * the object length is in storeComplete() + */ mem->object_sz = mem->inmem_hi; /* Notify the server side */ if (cbflag && mem->abort.callback) {