]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Tue, 24 Sep 1996 04:14:43 +0000 (04:14 +0000)
committerwessels <>
Tue, 24 Sep 1996 04:14:43 +0000 (04:14 +0000)
src/client_side.cc
src/stat.cc

index 5e8f4bd0d79631aa1d18ab2ce0a570fd211d81eb..2c794b2657ffaafb05edab653fdb5c321a0a7ac2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.36 1996/09/23 22:13:05 wessels Exp $
+ * $Id: client_side.cc,v 1.37 1996/09/23 22:14:43 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -443,8 +443,8 @@ icpHandleIMSReply(int fd, StoreEntry * entry, void *data)
            httpParseHeaders(hbuf, entry->mem_obj->reply);
            ttlSet(entry);
        } else {
-           debug(33,1,"icpHandleIMSReply: No end-of-headers, len=%d\n", len);
-           debug(33,1,"  --> '%s'\n", entry->url);
+           debug(33, 1, "icpHandleIMSReply: No end-of-headers, len=%d\n", len);
+           debug(33, 1, "  --> '%s'\n", entry->url);
        }
        put_free_8k_page(hbuf);
        if (unlink_request) {
index c250d6f39bd919893d680b26c95914193a48acf6..1491175455a072e80fb2154855c79c5499cf93b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: stat.cc,v 1.75 1996/09/23 22:13:58 wessels Exp $
+ * $Id: stat.cc,v 1.76 1996/09/23 22:14:43 wessels Exp $
  *
  * DEBUG: section 18    Cache Manager Statistics
  * AUTHOR: Harvest Derived
@@ -646,7 +646,7 @@ memoryAccounted(void)
 #if USE_ICMP
        meta_data.netdb * sizeof(struct netdbEntry) +
 #endif
-       meta_data.misc;
+               meta_data.misc;
 }
 
 #ifdef UNUSED_CODE