From: wessels <> Date: Fri, 27 Sep 1996 01:19:41 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5723 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ba50d75d05e2150c12c7411f39fbcbcdbaa0602;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/comm.cc b/src/comm.cc index cf8a2783ae..6a31d754f2 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,6 +1,6 @@ /* - * $Id: comm.cc,v 1.80 1996/09/26 19:19:12 wessels Exp $ + * $Id: comm.cc,v 1.81 1996/09/26 19:19:41 wessels Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -1360,5 +1360,5 @@ comm_write(int fd, char *buf, int size, int timeout, rw_complete_handler * handl void commFreeMemory(void) { - safe_free(fd_table); + safe_free(fd_table); } diff --git a/src/disk.cc b/src/disk.cc index fc7ee2ca63..cb74d72d61 100644 --- a/src/disk.cc +++ b/src/disk.cc @@ -1,5 +1,5 @@ /* - * $Id: disk.cc,v 1.29 1996/09/26 19:19:13 wessels Exp $ + * $Id: disk.cc,v 1.30 1996/09/26 19:19:42 wessels Exp $ * * DEBUG: section 6 Disk I/O Routines * AUTHOR: Harvest Derived @@ -590,5 +590,5 @@ diskWriteIsComplete(int fd) void diskFreeMemory(void) { - safe_free(file_table); + safe_free(file_table); } diff --git a/src/errorpage.cc b/src/errorpage.cc index 4e7ab92290..f5cc87229f 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,6 +1,6 @@ /* - * $Id: errorpage.cc,v 1.42 1996/09/26 19:19:15 wessels Exp $ + * $Id: errorpage.cc,v 1.43 1996/09/26 19:19:43 wessels Exp $ * * DEBUG: section 4 Error Generation * AUTHOR: Duane Wessels @@ -414,7 +414,7 @@ proxy_denied_msg(int code, int method, char *url, char *client) void errorpageFreeMemory(void) { - safe_free(tmp_error_buf); - safe_free(tbuf); - safe_free(auth_msg); + safe_free(tmp_error_buf); + safe_free(tbuf); + safe_free(auth_msg); } diff --git a/src/filemap.cc b/src/filemap.cc index ad6c822596..fd689d985e 100644 --- a/src/filemap.cc +++ b/src/filemap.cc @@ -1,5 +1,5 @@ /* - * $Id: filemap.cc,v 1.12 1996/09/26 19:19:17 wessels Exp $ + * $Id: filemap.cc,v 1.13 1996/09/26 19:19:46 wessels Exp $ * * DEBUG: section 8 Swap File Bitmap * AUTHOR: Harvest Derived @@ -218,8 +218,8 @@ file_map_allocate(int suggestion) void filemapFreeMemory(void) { - safe_free(fm->file_map); - safe_free(fm); + safe_free(fm->file_map); + safe_free(fm); } #ifdef TEST diff --git a/src/store.cc b/src/store.cc index 1f3bbffb1d..20540a677c 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.121 1996/09/26 19:19:23 wessels Exp $ + * $Id: store.cc,v 1.122 1996/09/26 19:19:48 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -2656,7 +2656,7 @@ storeWriteCleanLog(void) continue; if (e->object_len <= 0) continue; - if (BIT_TEST(e->flag, RELEASE_REQUEST)) + if (BIT_TEST(e->flag, RELEASE_REQUEST)) continue; if (BIT_TEST(e->flag, KEY_PRIVATE)) continue;