]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Fri, 27 Sep 1996 01:19:41 +0000 (01:19 +0000)
committerwessels <>
Fri, 27 Sep 1996 01:19:41 +0000 (01:19 +0000)
src/comm.cc
src/disk.cc
src/errorpage.cc
src/filemap.cc
src/store.cc

index cf8a2783ae762c5fa561d41b4960c1ab627646f9..6a31d754f25c06699106e0fddb8d48bd7c1fd67b 100644 (file)
@@ -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);
 }
index fc7ee2ca63a28386d899c326443cb7bc048bf12d..cb74d72d61db06b378ba84a50e01745489af04fb 100644 (file)
@@ -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);
 }
index 4e7ab92290604b275a18df175b59d834f80fcace..f5cc87229f2e4360af605665bb1ed4315d496f74 100644 (file)
@@ -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);
 }
index ad6c8225968ea5f4c3a9b5bf1cdcee6e59b4d02a..fd689d985e221ff41369ce143764de878f6335a7 100644 (file)
@@ -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
index 1f3bbffb1dc0d2d1826e623a99f73e63b3e3b2c3..20540a677c4eb0263c77eb056c0707ba69bce8e3 100644 (file)
@@ -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;