]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
formatting
authorwessels <>
Thu, 12 Mar 1998 09:20:09 +0000 (09:20 +0000)
committerwessels <>
Thu, 12 Mar 1998 09:20:09 +0000 (09:20 +0000)
src/store.cc

index 99322dc4bfe15a1ce4a7913e6fff5774dae95917..84d7804e91e7c35b0f29127e5deace8d528e405b 100644 (file)
@@ -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) {