]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/Gadgets.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / Gadgets.cc
index 58c14654e6bd9e0298b5bea23df054f923ccf1c9..3733f9a9ee6ee37620167f5b9fcf0f56202f2eff 100644 (file)
@@ -49,7 +49,6 @@
 #include "HttpRequest.h"
 #include "protos.h"
 
-
 /* does name lookup, returns page_id */
 err_type
 aclGetDenyInfoPage(acl_deny_info_list ** head, const char *name, int redirect_allowed)
@@ -99,7 +98,6 @@ aclIsProxyAuth(const char *name)
     return false;
 }
 
-
 /* maex@space.net (05.09.96)
  *    get the info for redirecting "access denied" to info pages
  *      TODO (probably ;-)
@@ -235,8 +233,6 @@ aclParseAclList(ConfigParser &parser, ACLList ** head)
     }
 }
 
-
-
 /*********************/
 /* Destroy functions */
 /*********************/