From: Automatic source maintenance Date: Thu, 19 Aug 2010 00:12:43 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take1~368 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb1f4d34350ae3d72d37503a23ea1c7b15c614ec;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/HttpMsg.h b/src/HttpMsg.h index 525afbdb97..3d536bb029 100644 --- a/src/HttpMsg.h +++ b/src/HttpMsg.h @@ -61,7 +61,7 @@ public: /// [re]sets Content-Length header and cached value void setContentLength(int64_t clen); - /** + /** * \retval true the message sender asks to keep the connection open. * \retval false the message sender will close the connection. *