mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Coding style fixes
This commit is contained in:
@@ -111,7 +111,7 @@ void AnchoredVariable::append(const std::string &a, size_t offset,
|
||||
|
||||
|
||||
void AnchoredVariable::evaluate(std::vector<const collection::Variable *> *l) {
|
||||
if (m_name.empty() or m_value.empty()) {
|
||||
if (m_name.empty() || m_value.empty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user