From: wessels <> Date: Tue, 24 Sep 1996 04:14:43 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5742 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31fe2c3a24319fe4b88e2f9e952b1bc5cc6b9fd6;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/client_side.cc b/src/client_side.cc index 5e8f4bd0d7..2c794b2657 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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) { diff --git a/src/stat.cc b/src/stat.cc index c250d6f39b..1491175455 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -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