From acf93b2446490a6097f6323a3a68d60a29795da4 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 25 Oct 1996 06:24:21 +0000 Subject: [PATCH] gindent --- src/ipcache.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ipcache.cc b/src/ipcache.cc index 65b03e2397..070b1abfbc 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -1,5 +1,5 @@ /* - * $Id: ipcache.cc,v 1.77 1996/10/25 00:22:13 wessels Exp $ + * $Id: ipcache.cc,v 1.78 1996/10/25 00:24:21 wessels Exp $ * * DEBUG: section 14 IP Cache * AUTHOR: Harvest Derived @@ -740,7 +740,7 @@ ipcache_init(void) debug(14, 1, "Successful DNS name lookup tests...\n"); } - ip_table = hash_create(urlcmp, 229, hash4); /* small hash table */ + ip_table = hash_create(urlcmp, 229, hash4); /* small hash table */ memset(&static_addrs, '\0', sizeof(ipcache_addrs)); static_addrs.in_addrs = xcalloc(1, sizeof(struct in_addr)); -- 2.47.2