]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Fri, 16 May 1997 05:43:10 +0000 (05:43 +0000)
committerwessels <>
Fri, 16 May 1997 05:43:10 +0000 (05:43 +0000)
src/neighbors.cc

index 91e6ce39dea5b7e849b83fc715776f8d34944093..0f5393467c260ba38a11ac67edae9efe793eec42 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: neighbors.cc,v 1.140 1997/05/15 01:07:00 wessels Exp $
+ * $Id: neighbors.cc,v 1.141 1997/05/15 23:43:10 wessels Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
@@ -748,13 +748,13 @@ neighborAdd(const char *host,
     int j;
     const char *me = getMyHostname();
     if (!strcmp(host, me)) {
-        for (j=0; j<Config.Port.n_http; j++) {
-            if (http_port == Config.Port.http[j]) {
-               debug(15, 0, "neighborAdd: skipping cache_host %s %s/%d/%d\n",
-                   type, host, http_port, icp_port);
-               return;
-            }
-        }
+       for (j = 0; j < Config.Port.n_http; j++) {
+           if (http_port == Config.Port.http[j]) {
+               debug(15, 0, "neighborAdd: skipping cache_host %s %s/%d/%d\n",
+                   type, host, http_port, icp_port);
+               return;
+           }
+       }
     }
     p = xcalloc(1, sizeof(peer));
     p->http_port = http_port;