]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Tue, 24 Mar 1998 05:17:46 +0000 (05:17 +0000)
committerwessels <>
Tue, 24 Mar 1998 05:17:46 +0000 (05:17 +0000)
src/HttpHdrCc.cc
src/store_client.cc

index 0f6ab9414e85c5a3bf7b58d57b4b84c5afb9c805..45d4d7b4a8c33f398458e4c048e9c1b13b4b0e78 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: HttpHdrCc.cc,v 1.8 1998/03/20 18:06:37 rousskov Exp $
+ * $Id: HttpHdrCc.cc,v 1.9 1998/03/23 22:17:46 wessels Exp $
  *
  * DEBUG: section 65    HTTP Cache Control Header
  * AUTHOR: Alex Rousskov
@@ -43,7 +43,7 @@ static const HttpHeaderFieldAttrs CcAttrs[CC_ENUM_END] =
     {"proxy-revalidate", CC_PROXY_REVALIDATE},
     {"only-if-cached", CC_ONLY_IF_CACHED},
     {"max-age", CC_MAX_AGE},
-    {"Other,", CC_OTHER} /* ',' will protect from matches */
+    {"Other,", CC_OTHER}       /* ',' will protect from matches */
 };
 HttpHeaderFieldInfo *CcFieldsInfo = NULL;
 
index 7606240dd8a3e7cefb4c2548a621523d4d3be312..fd93faa0df63b79b0cee3b1a958ba595fa9134ad 100644 (file)
@@ -425,6 +425,6 @@ storePendingNClients(const StoreEntry * e)
        npend++;
     }
 #endif
-    debug(20,0)("storePendingNClients: returning %d\n", npend);
+    debug(20,3)("storePendingNClients: returning %d\n", npend);
     return npend;
 }