mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Cosmetics: Fix coding style issues
This commit is contained in:
@@ -72,8 +72,10 @@ std::string UnitTest::print() {
|
||||
i << this->obtained << "\"" << std::endl;
|
||||
}
|
||||
if (this->output != this->obtainedOutput) {
|
||||
i << "Expecting: \"" << ModSecurity::toHexIfNeeded(this->output) << "\" - returned: \"";
|
||||
i << ModSecurity::toHexIfNeeded(this->obtainedOutput) << "\"" << std::endl;
|
||||
i << "Expecting: \"" << ModSecurity::toHexIfNeeded(this->output);
|
||||
i << "\" - returned: \"";
|
||||
i << ModSecurity::toHexIfNeeded(this->obtainedOutput) << "\"";
|
||||
i << std::endl;
|
||||
}
|
||||
|
||||
return i.str();
|
||||
|
Reference in New Issue
Block a user