mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Cosmetics: assorted fixes on the coding style
This commit is contained in:
committed by
Felipe Zimmerle
parent
a88dc8efa9
commit
c1f11ab4e5
@@ -19,8 +19,8 @@
|
||||
#include <list>
|
||||
#include <utility>
|
||||
|
||||
#ifndef SRC_VARIABLES_ARGS_NAMES_GET_H_
|
||||
#define SRC_VARIABLES_ARGS_NAMES_GET_H_
|
||||
#ifndef SRC_VARIABLES_ARGS_GET_NAMES_H_
|
||||
#define SRC_VARIABLES_ARGS_GET_NAMES_H_
|
||||
|
||||
#include "src/variables/variable.h"
|
||||
|
||||
@@ -38,10 +38,9 @@ class ArgsGetNames : public Variable {
|
||||
std::vector<const collection::Variable *> *l) {
|
||||
transaction->m_variableArgGetNames.evaluate(l);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
} // namespace Variables
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_VARIABLES_ARGS_NAMES_GET_H_
|
||||
#endif // SRC_VARIABLES_ARGS_GET_NAMES_H_
|
||||
|
Reference in New Issue
Block a user