mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Cosmetics: Fix coding style
This commit is contained in:
@@ -39,7 +39,7 @@ namespace collection {
|
||||
|
||||
class Collection {
|
||||
public:
|
||||
virtual ~Collection() { };
|
||||
virtual ~Collection() { }
|
||||
virtual void store(std::string key, std::string value) = 0;
|
||||
|
||||
virtual bool storeOrUpdateFirst(const std::string &key,
|
||||
|
@@ -103,7 +103,7 @@ class RulesProperties {
|
||||
*/
|
||||
~RulesProperties() {
|
||||
delete m_debugLog;
|
||||
};
|
||||
}
|
||||
|
||||
std::vector<Rule *> rules[7];
|
||||
std::vector<Rule *> * getRulesForPhase(int phase) {
|
||||
|
@@ -73,7 +73,7 @@ class Rules;
|
||||
class RuleMessage;
|
||||
namespace actions {
|
||||
class Action;
|
||||
enum AllowType : short;
|
||||
enum AllowType : int;
|
||||
}
|
||||
namespace RequestBodyProcessor {
|
||||
class XML;
|
||||
|
Reference in New Issue
Block a user