Cosmetics: Fix coding style

This commit is contained in:
Felipe Zimmerle
2016-07-12 21:39:37 -03:00
parent 3615c84ee5
commit 4cf6c714ac
34 changed files with 109 additions and 69 deletions

View File

@@ -43,7 +43,6 @@ std::string CmdLine::evaluate(std::string value,
case '\'':
case '\\':
case '^':
//ret.append("i was here");
break;
/* replace some characters to space (only one) */
@@ -85,3 +84,4 @@ std::string CmdLine::evaluate(std::string value,
} // namespace transformations
} // namespace actions
} // namespace modsecurity