]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/forward.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / forward.h
index 32bd039d7f32747f089f9c52859a7e9c55752b11..1f8e3e09ae33301d35a2f9c4f85f6891e1921283 100644 (file)
@@ -15,7 +15,6 @@ typedef RefCount<AccessLogEntry> AccessLogEntryPointer;
 class ErrorState;
 class HttpRequest;
 
-
 /**
  * Returns the TOS value that we should be setting on the connection
  * to the server, based on the ACL.
@@ -28,7 +27,6 @@ tos_t GetTosToServer(HttpRequest * request);
  */
 nfmark_t GetNfmarkToServer(HttpRequest * request);
 
-
 class FwdState : public RefCountable
 {
 public: