]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Thu, 17 Jul 1997 04:58:23 +0000 (04:58 +0000)
committerwessels <>
Thu, 17 Jul 1997 04:58:23 +0000 (04:58 +0000)
src/cache_cf.cc
src/client.cc
src/comm.cc
src/store.cc
src/store_dir.cc

index 3e28c65defb91c1d04c8bc6c528bdb6e2c728da9..dd7f6da592c565a675eb2804f92340a4929f96a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: cache_cf.cc,v 1.212 1997/07/16 22:56:12 wessels Exp $
+ * $Id: cache_cf.cc,v 1.213 1997/07/16 22:58:23 wessels Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -1085,5 +1085,5 @@ parseNeighborType(const char *s)
 void
 configFreeMemory(void)
 {
-       free_all();
+    free_all();
 }
index ffc874a7dbc82c33022d974d7fdf1ae58b737699..b0931a30858f7f992eb947835cef9b7fd35bec2f 100644 (file)
@@ -1,7 +1,8 @@
 
 
+
 /*
- * $Id: client.cc,v 1.20 1997/07/16 20:31:59 wessels Exp $
+ * $Id: client.cc,v 1.21 1997/07/16 22:58:23 wessels Exp $
  *
  * DEBUG: section 0     WWW Client
  * AUTHOR: Harvest Derived
index 71d5f6526c80ff41523521ca02e8c04aad9e0aa7..b986212b371bdd0088c7c3b9a404eba51db02f3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: comm.cc,v 1.181 1997/07/16 22:56:38 wessels Exp $
+ * $Id: comm.cc,v 1.182 1997/07/16 22:58:24 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -287,7 +287,7 @@ comm_open(int sock_type,
            comm_close(new_socket);
            return COMM_ERROR;
        }
-    } 
+    }
     F->local_port = port;
 
     if (BIT_TEST(flags, COMM_NONBLOCKING))
index 5a13d493dc407eb7372c76056edcada287426287..df99bc28e86372f7652546bf883e5b80aa2d63d4 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store.cc,v 1.275 1997/07/16 22:57:24 wessels Exp $
+ * $Id: store.cc,v 1.276 1997/07/16 22:58:25 wessels Exp $
  *
  * DEBUG: section 20    Storeage Manager
  * AUTHOR: Harvest Derived
@@ -766,15 +766,15 @@ storeCreateEntry(const char *url, const char *log_url, int flags, method_t metho
  * use to rebuild store from disk. */
 static StoreEntry *
 storeAddDiskRestore(const char *url,
-       int file_number,
-       int size,
-       time_t expires,
-       time_t timestamp,
-       time_t lastref,
-       time_t lastmod,
-       u_num32 refcount,
-       u_num32 flags,
-       int clean)
+    int file_number,
+    int size,
+    time_t expires,
+    time_t timestamp,
+    time_t lastref,
+    time_t lastmod,
+    u_num32 refcount,
+    u_num32 flags,
+    int clean)
 {
     StoreEntry *e = NULL;
     debug(20, 5) ("StoreAddDiskRestore: %s, fileno=%08X\n", url, file_number);
index 7208393a669b2074772f287896624e94a337941e..96fddce7a464d1818fc122c57be04f71da23b332 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_dir.cc,v 1.26 1997/07/16 22:57:25 wessels Exp $
+ * $Id: store_dir.cc,v 1.27 1997/07/16 22:58:26 wessels Exp $
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
@@ -217,7 +217,7 @@ storeDirSwapLog(const StoreEntry * e)
     dirn = e->swap_file_number >> SWAP_DIR_SHIFT;
     assert(dirn < Config.cacheSwap.n_configured);
     if (BIT_TEST(e->flag, KEY_PRIVATE))
-       debug(0,0)("storeDirSwapLog: PRIVATE: %s\n", e->url);
+       debug(0, 0) ("storeDirSwapLog: PRIVATE: %s\n", e->url);
     /* Note this printf format appears in storeWriteCleanLog() too */
     sprintf(logmsg, "%08x %08x %08x %08x %08x %9d %6d %08x %s\n",
        (int) e->swap_file_number,