mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 06:09:03 +03:00
Cosmetics: Fix coding style
This commit is contained in:
@@ -35,7 +35,8 @@ namespace Variables {
|
||||
|
||||
std::list<ModSecurityStringVar *> *
|
||||
Tx::evaluate(Assay *assay) {
|
||||
std::list<ModSecurityStringVar *> *resl = new std::list<ModSecurityStringVar *>();
|
||||
std::list<ModSecurityStringVar *> *resl =
|
||||
new std::list<ModSecurityStringVar *>();
|
||||
|
||||
resl->push_back(new ModSecurityStringVar("TX:0", "teste"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user