]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/HttpHeaderTools.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / HttpHeaderTools.cc
index 35ead37d1de298247942acc3c5a32fb16f8b545e..d16d790ca8f81367420b3cb63b6e138076b0414e 100644 (file)
@@ -60,7 +60,6 @@
 
 static void httpHeaderPutStrvf(HttpHeader * hdr, http_hdr_type id, const char *fmt, va_list vargs);
 
-
 HttpHeaderFieldInfo *
 httpHeaderBuildFieldsInfo(const HttpHeaderFieldAttrs * attrs, int count)
 {
@@ -142,7 +141,6 @@ httpHeaderPutStrvf(HttpHeader * hdr, http_hdr_type id, const char *fmt, va_list
     mb.clean();
 }
 
-
 /** wrapper arrounf PutContRange */
 void
 httpHeaderAddContRange(HttpHeader * hdr, HttpHdrRangeSpec spec, int64_t ent_len)
@@ -154,7 +152,6 @@ httpHeaderAddContRange(HttpHeader * hdr, HttpHdrRangeSpec spec, int64_t ent_len)
     httpHdrContRangeDestroy(cr);
 }
 
-
 /**
  * return true if a given directive is found in at least one of
  * the "connection" header-fields note: if HDR_PROXY_CONNECTION is
@@ -342,7 +339,6 @@ httpHeaderParseOffset(const char *start, int64_t * value)
     return 1;
 }
 
-
 /**
  * Parses a quoted-string field (RFC 2616 section 2.2), complains if
  * something went wrong, returns non-zero on success.