mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Cosmetics: fixed the coding style
This commit is contained in:
@@ -33,7 +33,7 @@ class IpMatch : public Operator {
|
||||
|
||||
bool evaluate(Assay *assay, const std::string &input) override;
|
||||
|
||||
virtual bool init(const std::string &file, const char **error) override;
|
||||
bool init(const std::string &file, const char **error) override;
|
||||
|
||||
protected:
|
||||
Utils::IpTree m_tree;
|
||||
|
@@ -39,7 +39,7 @@ class Pm : public Operator {
|
||||
const std::string& to);
|
||||
bool evaluate(Assay *assay, const std::string &input) override;
|
||||
|
||||
virtual bool init(const std::string &file, const char **error) override;
|
||||
bool init(const std::string &file, const char **error) override;
|
||||
void postOrderTraversal(acmp_btree_node_t *node);
|
||||
|
||||
std::list<std::string> matched;
|
||||
|
Reference in New Issue
Block a user