mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-16 08:27:10 +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_ARG_NAMES_H_
|
||||
#define SRC_VARIABLES_ARG_NAMES_H_
|
||||
#ifndef SRC_VARIABLES_RESPONSE_HEADERS_NAMES_H_
|
||||
#define SRC_VARIABLES_RESPONSE_HEADERS_NAMES_H_
|
||||
|
||||
#include "src/variables/variable.h"
|
||||
|
||||
@@ -43,4 +43,4 @@ class ResponseHeadersNames : public Variable {
|
||||
} // namespace Variables
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_VARIABLES_TIMEARG_NAMES_H_
|
||||
#endif // SRC_VARIABLES_RESPONSE_HEADERS_NAMES_H_
|
||||
|
||||
Reference in New Issue
Block a user