]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Thu, 19 Sep 1996 03:41:07 +0000 (03:41 +0000)
committerwessels <>
Thu, 19 Sep 1996 03:41:07 +0000 (03:41 +0000)
src/cache_cf.cc
src/client_side.cc
src/stmem.cc

index 87d3e6c6d1a9b26fc5bca6d549fb8f6bb419a530..820cc84408c122576fad902b9e60abfe01a91c97 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: cache_cf.cc,v 1.94 1996/09/18 21:39:28 wessels Exp $
+ * $Id: cache_cf.cc,v 1.95 1996/09/18 21:41:07 wessels Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -275,7 +275,7 @@ ip_acl_match(struct in_addr c, ip_acl * a)
        return 0;
 }
 
-static void 
+static void
 ip_acl_destroy(a)
      ip_acl **a;
 {
index b8f2195fec8d98ae74d8fb24f799a6633816f6be..370424754ad6ebf8dbd8bae0263224a71fedc2ee 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.33 1996/09/18 21:39:30 wessels Exp $
+ * $Id: client_side.cc,v 1.34 1996/09/18 21:41:08 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -33,7 +33,7 @@
 
 static void clientRedirectDone __P((void *data, char *result));
 static int icpHandleIMSReply __P((int fd, StoreEntry * entry, void *data));
-static void clientLookupDstIPDone __P((int fd, struct hostent *hp, void *data));
+static void clientLookupDstIPDone __P((int fd, struct hostent * hp, void *data));
 static void clientLookupSrcFQDNDone __P((int fd, char *fqdn, void *data));
 
 
@@ -72,6 +72,7 @@ static void
 clientLookupIdentDone(void *data)
 {
 }
+
 #endif
 
 #if USE_PROXY_AUTH
index d33e652d9204d2e15edd5475c25c8b1b750d30a8..db30c5c6ecb1425f0c1d9523cbeaba8ad4b1ce6b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: stmem.cc,v 1.24 1996/09/18 21:39:41 wessels Exp $
+ * $Id: stmem.cc,v 1.25 1996/09/18 21:41:08 wessels Exp $
  *
  * DEBUG: section 19    Memory Primitives
  * AUTHOR: Harvest Derived
@@ -376,7 +376,7 @@ put_free_thing(stmem_stats * thing, void *p)
     }
 }
 
-void 
+void
 put_free_request_t(req)
      void *req;
 {