mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
Code cosmetic: Having the code following our coding style
This commit also update some methods parameters to const.
This commit is contained in:
@@ -30,7 +30,7 @@ namespace ModSecurity {
|
||||
namespace actions {
|
||||
namespace transformations {
|
||||
|
||||
|
||||
|
||||
TrimRight::TrimRight(std::string action)
|
||||
: Trim(action) {
|
||||
this->action_kind = 1;
|
||||
|
||||
Reference in New Issue
Block a user