mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
cosmetic: Fix ValidateByteRange coding style.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#define SRC_OPERATORS_VALIDATE_BYTE_RANGE_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "operators/operator.h"
|
||||
|
||||
@@ -28,7 +29,7 @@ class ValidateByteRange : public Operator {
|
||||
public:
|
||||
/** @ingroup ModSecurity_Operator */
|
||||
ValidateByteRange(std::string op, std::string param, bool negation)
|
||||
: Operator(op, param, negation) { }
|
||||
: Operator(op, param, negation) { }
|
||||
|
||||
~ValidateByteRange() override { }
|
||||
|
||||
|
Reference in New Issue
Block a user