]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Tue, 27 Aug 1996 01:17:59 +0000 (01:17 +0000)
committerwessels <>
Tue, 27 Aug 1996 01:17:59 +0000 (01:17 +0000)
src/ipcache.cc

index 41808539768b498b7609ae9e949c5a3e2512dfef..86e5b3fbd3e248ebb465919fb02b1e84b5c5ccda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ipcache.cc,v 1.41 1996/08/26 19:16:07 wessels Exp $
+ * $Id: ipcache.cc,v 1.42 1996/08/26 19:17:59 wessels Exp $
  *
  * DEBUG: section 14    IP Cache
  * AUTHOR: Harvest Derived
@@ -1119,5 +1119,5 @@ void ipcacheInvalidate(name)
     if (i->status != IP_CACHED)
        i->ttl = 0;
     else
-        ipcache_release(i);
+       ipcache_release(i);
 }