From: wessels <> Date: Thu, 17 Jul 1997 04:58:23 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~4870 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23ff6968975b77805bcc99c82e8982829396ad51;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 3e28c65def..dd7f6da592 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -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(); } diff --git a/src/client.cc b/src/client.cc index ffc874a7db..b0931a3085 100644 --- a/src/client.cc +++ b/src/client.cc @@ -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 diff --git a/src/comm.cc b/src/comm.cc index 71d5f6526c..b986212b37 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -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)) diff --git a/src/store.cc b/src/store.cc index 5a13d493dc..df99bc28e8 100644 --- a/src/store.cc +++ b/src/store.cc @@ -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); diff --git a/src/store_dir.cc b/src/store_dir.cc index 7208393a66..96fddce7a4 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -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,