mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Cosmetics: Fix coding style
This commit is contained in:
@@ -224,9 +224,9 @@ bool Multipart::process(std::string data) {
|
||||
|
||||
checkForCrlfLf(block);
|
||||
|
||||
//if (this->crlf) {
|
||||
// block.erase(0, 1);
|
||||
//}
|
||||
// if (this->crlf) {
|
||||
// block.erase(0, 1);
|
||||
// }
|
||||
|
||||
blobs.push_back(block);
|
||||
lastValidBoundary = end;
|
||||
|
||||
Reference in New Issue
Block a user