From: wessels <> Date: Wed, 16 Sep 1998 02:36:15 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~2710 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8fd019349eb80041aa0a134e47b23b8bc9a5d4a;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/http.cc b/src/http.cc index 529f33cd5e..b0860e98de 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1,6 +1,6 @@ /* - * $Id: http.cc,v 1.319 1998/09/14 22:17:57 wessels Exp $ + * $Id: http.cc,v 1.320 1998/09/15 20:36:15 wessels Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -149,8 +149,8 @@ httpMaybeRemovePublic(StoreEntry * e, http_status status) remove = 1; break; #if WORK_IN_PROGRESS - case HTTP_UNAUTHORIZED - remove = 1; + case HTTP_UNAUTHORIZED: + remove = 1; break; #endif default: