]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove whitespace
authorwessels <>
Thu, 20 Feb 1997 06:53:24 +0000 (06:53 +0000)
committerwessels <>
Thu, 20 Feb 1997 06:53:24 +0000 (06:53 +0000)
src/neighbors.cc

index 293e40ee9e90656b3e4614dca7d8a8db45c50aef..37e160eecf548d88cd9b6a81b7e97d31576c0b27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: neighbors.cc,v 1.114 1997/02/19 17:09:03 wessels Exp $
+ * $Id: neighbors.cc,v 1.115 1997/02/19 23:53:24 wessels Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
@@ -487,11 +487,9 @@ neighborsUdpPing(protodispatch_data * proto)
        if (e == NULL)
            e = Peers.peers_head;
        debug(15, 5, "neighborsUdpPing: Peer %s\n", e->host);
-
        /* skip any cache where we failed to connect() w/in the last 60s */
        if (squid_curtime - e->last_fail_time < 60)
            continue;
-
        if (!peerWouldBePinged(e, request))
            continue;           /* next peer */
        if (e->options & NEIGHBOR_NO_QUERY)
@@ -503,7 +501,6 @@ neighborsUdpPing(protodispatch_data * proto)
        if (e->type == PEER_SIBLING)
            if (!BIT_TEST(request->flags, REQ_HIERARCHICAL))
                continue;
-
        debug(15, 4, "neighborsUdpPing: pinging peer %s for '%s'\n",
            e->host, url);
        if (e->type == PEER_MULTICAST)