From c8fd019349eb80041aa0a134e47b23b8bc9a5d4a Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 16 Sep 1998 02:36:15 +0000 Subject: [PATCH] gindent --- src/http.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.47.3