]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Fri, 1 Nov 1996 01:30:17 +0000 (01:30 +0000)
committerwessels <>
Fri, 1 Nov 1996 01:30:17 +0000 (01:30 +0000)
src/icmp.cc
src/neighbors.cc

index dacb25ac0ee2b0cf75e00f7848aceb687a2b5d76..1cd4ea20144b20f39ced2769b00307963cc34846 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: icmp.cc,v 1.24 1996/10/31 07:30:04 wessels Exp $
+ * $Id: icmp.cc,v 1.25 1996/10/31 18:30:17 wessels Exp $
  *
  * DEBUG: section 37    ICMP Routines
  * AUTHOR: Duane Wessels
@@ -92,7 +92,7 @@ icmpRecv(int unused1, void *unused2)
            commSetSelect(icmp_sock,
                COMM_SELECT_READ,
                NULL,
-               NULL,   
+               NULL,
                0);
            comm_close(icmp_sock);
            icmp_sock = -1;
index bd211cc862c55cd5b0dfcf46132a4cfdaf8927dd..aa5740a3c7244755a362cbbce21cf8902f9c0d83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: neighbors.cc,v 1.75 1996/10/30 09:28:02 wessels Exp $
+ * $Id: neighbors.cc,v 1.76 1996/10/31 18:30:20 wessels Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
@@ -699,7 +699,7 @@ neighborsUdpAck(int fd, char *url, icp_common_t * header, struct sockaddr_in *fr
                neighborRemove(e);
                e = NULL;
            } else {
-               neighborCountIgnored(e, opcode);
+               neighborCountIgnored(e, opcode);
            }
        }
     } else if (opcode == ICP_OP_RELOADING) {