mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Code cosmetics: Fix the coding style.
This commit is contained in:
@@ -41,7 +41,8 @@ std::string RemoveWhitespace::evaluate(std::string value,
|
||||
* @todo Implement the transformation RemoveWhitespace
|
||||
*/
|
||||
if (assay) {
|
||||
assay->debug(4, "Transformation RemoveWhitespace is not implemented yet.");
|
||||
assay->debug(4, "Transformation RemoveWhitespace is " \
|
||||
"not implemented yet.");
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
@@ -41,7 +41,8 @@ std::string ReplaceComments::evaluate(std::string value,
|
||||
* @todo Implement the transformation ReplaceComments
|
||||
*/
|
||||
if (assay) {
|
||||
assay->debug(4, "Transformation ReplaceComments is not implemented yet.");
|
||||
assay->debug(4, "Transformation ReplaceComments " \
|
||||
"is not implemented yet.");
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user