mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Cosmetics: Fix coding style issues
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "modsecurity/modsecurity.h"
|
||||
|
||||
#ifndef SRC_UTILS_H_
|
||||
|
||||
#define SRC_UTILS_H_
|
||||
|
||||
#define VALID_HEX(X) (((X >= '0') && (X <= '9')) || \
|
||||
((X >= 'a') && (X <= 'f')) || ((X >= 'A') && (X <= 'F')))
|
||||
@@ -60,6 +60,5 @@ namespace ModSecurity {
|
||||
const std::string& param);
|
||||
} // namespace ModSecurity
|
||||
|
||||
#define SRC_UTILS_H_
|
||||
|
||||
#endif // SRC_UTILS_H_
|
||||
|
Reference in New Issue
Block a user