From: wessels <> Date: Wed, 11 Feb 1998 10:14:36 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~4113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7863c6f594796f8c871c2e5becbd889ba8b41e9;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/acl.cc b/src/acl.cc index c89a0d2fc6..c84f58d853 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -1,6 +1,6 @@ /* - * $Id: acl.cc,v 1.138 1998/02/08 17:43:03 wessels Exp $ + * $Id: acl.cc,v 1.139 1998/02/11 03:14:36 wessels Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -68,7 +68,7 @@ static wordlist *aclDumpWordList(wordlist * data); static wordlist *aclDumpProtoList(void *data); static wordlist *aclDumpMethodList(void *data); static wordlist *aclDumpProxyAuth(void *data); -static wordlist * aclDumpUnimplemented(void); +static wordlist *aclDumpUnimplemented(void); #if USE_ARP_ACL static int checkARP(u_long ip, char *eth); diff --git a/src/client.cc b/src/client.cc index ff68da7b1a..0b604a849b 100644 --- a/src/client.cc +++ b/src/client.cc @@ -1,6 +1,7 @@ + /* - * $Id: client.cc,v 1.54 1998/02/06 17:50:20 wessels Exp $ + * $Id: client.cc,v 1.55 1998/02/11 03:14:37 wessels Exp $ * * DEBUG: section 0 WWW Client * AUTHOR: Harvest Derived diff --git a/src/icp_v2.cc b/src/icp_v2.cc index ef919a40fc..2d0f9b114a 100644 --- a/src/icp_v2.cc +++ b/src/icp_v2.cc @@ -405,7 +405,7 @@ icpConnectionShutdown(void) if (theInIcpConnection < 0) return; if (theInIcpConnection != theOutIcpConnection) { - debug(12, 1) ("FD %d Closing ICP connection\n", theInIcpConnection); + debug(12, 1) ("FD %d Closing ICP connection\n", theInIcpConnection); comm_close(theInIcpConnection); } /* @@ -430,7 +430,7 @@ icpConnectionClose(void) { icpConnectionShutdown(); if (theOutIcpConnection > -1) { - debug(12, 1) ("FD %d Closing ICP connection\n", theOutIcpConnection); + debug(12, 1) ("FD %d Closing ICP connection\n", theOutIcpConnection); comm_close(theOutIcpConnection); } } diff --git a/src/store_dir.cc b/src/store_dir.cc index a52b9ce380..c16a21448e 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -1,6 +1,6 @@ /* - * $Id: store_dir.cc,v 1.51 1998/02/10 18:06:22 wessels Exp $ + * $Id: store_dir.cc,v 1.52 1998/02/11 03:14:39 wessels Exp $ * * DEBUG: section 47 Store Directory Routines * AUTHOR: Duane Wessels @@ -94,7 +94,7 @@ storeSwapSubSubDir(int fn, char *fullpath) return fullpath; } -static void +static void storeCreateDirectory(const char *path, int lvl) { struct stat st; diff --git a/src/structs.h b/src/structs.h index 52bebde03e..f453d235a9 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,6 +1,7 @@ + struct _acl_ip_data { struct in_addr addr1; /* if addr2 non-zero then its a range */ struct in_addr addr2;