]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/Checklist.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / Checklist.h
index e7e4c5e382deb052fb938b70bb2c52311c13706e..51a2d4ae9a7e4cce16f3b0ee0ded03ed7f3ef26c 100644 (file)
@@ -205,7 +205,7 @@ public:
 private: /* internal methods */
     /// possible outcomes when trying to match a single ACL node in a list
     typedef enum { nmrMatch, nmrMismatch, nmrFinished, nmrNeedsAsync }
-        NodeMatchingResult;
+    NodeMatchingResult;
 
     /// prepare for checking ACLs; called once per check
     void preCheck(const char *what);