Cosmetics: Fix coding style issues

This commit is contained in:
Felipe Zimmerle
2015-10-27 10:21:14 -03:00
parent ffb973700a
commit 93031d93d0
17 changed files with 46 additions and 39 deletions

View File

@@ -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_