Cosmetics: Fix coding style

This commit is contained in:
Felipe Zimmerle
2015-09-28 16:32:59 -03:00
parent f6e0b447b3
commit b497091017
48 changed files with 136 additions and 92 deletions

View File

@@ -28,7 +28,8 @@ namespace Variables {
std::list<ModSecurityStringVar *> *
HighestSeverity::evaluate(Assay *assay) {
std::list<ModSecurityStringVar *> *resl = new std::list<ModSecurityStringVar *>();
std::list<ModSecurityStringVar *> *resl =
new std::list<ModSecurityStringVar *>();
resl->push_back(new ModSecurityStringVar("HIGHEST_SEVERITY",
std::to_string(assay->highest_severity)));