]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Wed, 11 Feb 1998 10:14:36 +0000 (10:14 +0000)
committerwessels <>
Wed, 11 Feb 1998 10:14:36 +0000 (10:14 +0000)
src/acl.cc
src/client.cc
src/icp_v2.cc
src/store_dir.cc
src/structs.h

index c89a0d2fc6f3c1496ed5443a8376f31d414d5c88..c84f58d85392bc381a84d2dc0aa1782ebcb14c41 100644 (file)
@@ -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);
index ff68da7b1acb356feae922fe6cbbdb01999c6f3a..0b604a849b2124ea9cf636fb0907943b4aebca2c 100644 (file)
@@ -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
index ef919a40fc41548d1d2e478e8ce364780b3a41f9..2d0f9b114a31f332c60f9a704660ba4536cf7e0a 100644 (file)
@@ -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);
     }
 }
index a52b9ce3805ca6ca8db211e4c7e61da2c4536906..c16a21448ea9859ab893a103fea6d7f906078cc7 100644 (file)
@@ -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;
index 52bebde03e66fe0f39b09c0e853d6f12251c4ec5..f453d235a9bf906c7e621717db368ba98d8039e4 100644 (file)
@@ -1,6 +1,7 @@
 
 
 
+
 struct _acl_ip_data {
     struct in_addr addr1;      /* if addr2 non-zero then its a range */
     struct in_addr addr2;