]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Sat, 24 Aug 1996 03:29:56 +0000 (03:29 +0000)
committerwessels <>
Sat, 24 Aug 1996 03:29:56 +0000 (03:29 +0000)
src/comm.cc
src/neighbors.cc

index 5f0e638ddac2d69ce54320d329c0d20f217fd34d..62bc3b0b69451b4a462a81b7b89f0b9313d2ff29 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm.cc,v 1.55 1996/08/21 20:25:51 wessels Exp $
+ * $Id: comm.cc,v 1.56 1996/08/23 21:29:56 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -682,7 +682,7 @@ int comm_select(sec, failtime)
 
     do {
        if (sec > 60)
-               fatal_dump(NULL);
+           fatal_dump(NULL);
        if (0 < failtime && failtime < squid_curtime)
            break;
 
index f72139bcb2b9c92e38e844233ef7cc5523d7b79e..6f693ca6b13c4c3a7111a82cd6c615ec4058ebfc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: neighbors.cc,v 1.42 1996/08/23 21:18:56 wessels Exp $
+ * $Id: neighbors.cc,v 1.43 1996/08/23 21:29:57 wessels Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
@@ -423,7 +423,7 @@ int neighborsUdpPing(proto)
 
     for (i = 0, e = friends->first_ping; i++ < friends->n; e = e->next) {
        if (entry->swap_status != NO_SWAP)
-               fatal_dump("neighborsUdpPing: bad swap_status");
+           fatal_dump("neighborsUdpPing: bad swap_status");
        if (e == (edge *) NULL)
            e = friends->edges_head;
        debug(15, 5, "neighborsUdpPing: Edge %s\n", e->host);