]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
whitespacing
authorwessels <>
Fri, 26 Jun 1998 02:14:36 +0000 (02:14 +0000)
committerwessels <>
Fri, 26 Jun 1998 02:14:36 +0000 (02:14 +0000)
src/HttpHeader.cc

index d27ba9b71e1640226e6d90ccf19c2bcd3a018dd0..a4993b077fcbc1d86ed6d692f98f80cc989378fb 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: HttpHeader.cc,v 1.45 1998/06/05 21:21:17 rousskov Exp $
+ * $Id: HttpHeader.cc,v 1.46 1998/06/25 20:14:36 wessels Exp $
  *
  * DEBUG: section 55    HTTP Header
  * AUTHOR: Alex Rousskov
@@ -994,11 +994,11 @@ httpHeaderStatDump(const HttpHeaderStat * hs, StoreEntry * e)
     storeAppendPrintf(e, "%2s\t %-20s\t %5s\t %6s\n",
        "id", "name", "count", "#/header");
     statHistDump(&hs->fieldTypeDistr, e, httpHeaderFieldStatDumper);
-    storeAppendPrintf(e, "Cache-control directives distribution\n");
+    storeAppendPrintf(e, "\nCache-control directives distribution\n");
     storeAppendPrintf(e, "%2s\t %-20s\t %5s\t %6s\n",
        "id", "name", "count", "#/cc_field");
     statHistDump(&hs->ccTypeDistr, e, httpHdrCcStatDumper);
-    storeAppendPrintf(e, "Number of fields per header distribution\n");
+    storeAppendPrintf(e, "\nNumber of fields per header distribution\n");
     storeAppendPrintf(e, "%2s\t %-5s\t %5s\t %6s\n",
        "id", "#flds", "count", "%total");
     statHistDump(&hs->hdrUCountDistr, e, httpHeaderFldsPerHdrDumper);