]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/HttpRequestMethod.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / HttpRequestMethod.h
index 86fa4e42f141bf81a6095791c1b1420435686795..d811e31eeb8ca89df897d3612cc91184adf5ea66 100644 (file)
@@ -73,7 +73,6 @@ enum _method_t {
     METHOD_ENUM_END  // MUST be last, (yuck) this is used as an array-initialization index constant!
 };
 
-
 /**
  * This class represents an HTTP Request METHOD
  * - i.e. PUT, POST, GET etc.