From: wessels <> Date: Fri, 26 Jun 1998 02:14:36 +0000 (+0000) Subject: whitespacing X-Git-Tag: SQUID_3_0_PRE1~3137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3de0c3a6fb804274883627314ad61243de461139;p=thirdparty%2Fsquid.git whitespacing --- diff --git a/src/HttpHeader.cc b/src/HttpHeader.cc index d27ba9b71e..a4993b077f 100644 --- a/src/HttpHeader.cc +++ b/src/HttpHeader.cc @@ -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);