]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Wed, 6 Nov 1996 15:17:31 +0000 (15:17 +0000)
committerwessels <>
Wed, 6 Nov 1996 15:17:31 +0000 (15:17 +0000)
src/disk.cc
src/squid.h
src/store.cc

index a24e5874b274c2241ad31db2a86e530b36d49de1..1774b922c11fe4fc7a0778e6896393b54b5efb33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: disk.cc,v 1.38 1996/11/06 08:14:33 wessels Exp $
+ * $Id: disk.cc,v 1.39 1996/11/06 08:17:31 wessels Exp $
  *
  * DEBUG: section 6     Disk I/O Routines
  * AUTHOR: Harvest Derived
@@ -202,7 +202,6 @@ file_close(int fd)
        debug_trap("file_close: bad file number");
        return DISK_ERROR;
     }
-
     /* we might have to flush all the write back queue before we can
      * close it */
     /* save it for later */
index b389c24aa4a53782d330df9f0977be512298509d..8c2cd0e67f2e4d1106345f0d341ef74d268fa14f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.69 1996/11/05 20:43:56 wessels Exp $
+ * $Id: squid.h,v 1.70 1996/11/06 08:17:33 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
@@ -315,11 +315,11 @@ extern int waisStart _PARAMS((int, const char *, method_t, char *, StoreEntry *)
 extern void storeDirClean _PARAMS((void));
 int
 passStart _PARAMS((int fd,
-        const char *url,
-        request_t * request,
-        char *buf,
-        int buflen,
-        int *size_ptr));
+       const char *url,
+       request_t * request,
+       char *buf,
+       int buflen,
+       int *size_ptr));
 
 extern const char *const dash_str;
 extern const char *const null_string;
index 4625953da96fc0dc9a026c16b7367cfef60e9dd3..3021d065b8a68c207b6bf9126e4851f055c13102 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store.cc,v 1.150 1996/11/06 08:14:50 wessels Exp $
+ * $Id: store.cc,v 1.151 1996/11/06 08:17:33 wessels Exp $
  *
  * DEBUG: section 20    Storeage Manager
  * AUTHOR: Harvest Derived
@@ -2826,9 +2826,9 @@ void
 storeCloseLog(void)
 {
     if (swaplog_fd >= 0)
-           file_close(swaplog_fd);
+       file_close(swaplog_fd);
     if (storelog_fd >= 0)
-       file_close(storelog_fd);
+       file_close(storelog_fd);
 }
 
 void