From: wessels <> Date: Tue, 27 Aug 1996 01:17:59 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5924 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=291348ebb87108bfa246a7dd39b51a443c96e947;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/ipcache.cc b/src/ipcache.cc index 4180853976..86e5b3fbd3 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -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); }