]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Wed, 16 Sep 1998 02:36:15 +0000 (02:36 +0000)
committerwessels <>
Wed, 16 Sep 1998 02:36:15 +0000 (02:36 +0000)
src/http.cc

index 529f33cd5e1c276ebd109e32cb408d52befcf3e7..b0860e98de1b1c04eede4032a58c7cb1ec704279 100644 (file)
@@ -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: