]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Tue, 15 Oct 1996 10:58:23 +0000 (10:58 +0000)
committerwessels <>
Tue, 15 Oct 1996 10:58:23 +0000 (10:58 +0000)
src/acl.cc
src/client_db.cc
src/comm.cc
src/net_db.cc

index f3654775774f90a972ff4d5d5bd80f851fef4779..196e892f1cdb652e42c4a9172e970ab79069ca38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: acl.cc,v 1.50 1996/10/13 09:16:32 wessels Exp $
+ * $Id: acl.cc,v 1.51 1996/10/15 04:58:23 wessels Exp $
  *
  * DEBUG: section 28    Access Control
  * AUTHOR: Duane Wessels
@@ -227,7 +227,7 @@ decode_addr(char *asc, struct in_addr *addr, struct in_addr *mask)
        }
     default:
        /* Note, must use plain gethostbyname() here because at startup
-          ipcache hasn't been initialized */
+        * ipcache hasn't been initialized */
        if ((hp = gethostbyname(asc)) != NULL) {
            *addr = inaddrFromHostent(hp);
        } else {
index 35bd7e0632831b29534259857e51ce2e4bc778b0..8d5e4e2f719212b7f1ea6ea880de6a9112bc6e7f 100644 (file)
@@ -1,3 +1,4 @@
+
 #include "squid.h"
 
 typedef struct _client_info {
@@ -64,7 +65,7 @@ clientdbDeniedPercent(struct in_addr addr)
     return 100 * c->result_hist[ICP_OP_DENIED] / c->n_icp;
 }
 
-void 
+void
 clientdbDump(StoreEntry * sentry)
 {
     ClientInfo *c;
index aff332984b4922724dab54f9785850c81a43b23f..b151326512d89bdefff214cb4ef82dd1e2e19e90 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm.cc,v 1.90 1996/10/13 06:19:43 wessels Exp $
+ * $Id: comm.cc,v 1.91 1996/10/15 04:58:25 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -934,7 +934,7 @@ comm_join_mcast_groups(int fd)
 
     for (s = Config.mcast_group_list; s; s = s->next) {
        debug(5, 10, "comm_join_mcast_groups: joining group %s on FD %d\n",
-               s->key, fd);
+           s->key, fd);
        mr.imr_multiaddr.s_addr = inet_addr(s->key);
        mr.imr_interface.s_addr = INADDR_ANY;
        if (setsockopt(fd, IPPROTO_IP, IP_ADD_MEMBERSHIP,
index 2909c54d3532d00b489cc38a5ce20312c21c4071..b98d4738890802c6db4e90086dcc93bf1ba63d77 100644 (file)
@@ -330,7 +330,7 @@ netdbDump(StoreEntry * sentry)
     struct _net_db_name *x;
     int k;
     int i;
-    storeAppendPrintf(sentry, "{Network DB Statistics:\n"); */ } */
+    storeAppendPrintf(sentry, "{Network DB Statistics:\n");    /* } */
     storeAppendPrintf(sentry, "{%-16.16s %9s %7s %5s %s}\n",
        "Network",
        "recv/sent",
@@ -347,7 +347,7 @@ netdbDump(StoreEntry * sentry)
        (QS) sortByHops);
     for (k = 0; k < i; k++) {
        n = *(list + k);
-       storeAppendPrintf(sentry, "{%-16.16s %4d/%4d %7.1f %5.1f", /* } */
+       storeAppendPrintf(sentry, "{%-16.16s %4d/%4d %7.1f %5.1f",      /* } */
            n->network,
            n->pings_recv,
            n->pings_sent,