mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Coding style: changes the namespace in the comments
This commit is contained in:
@@ -79,5 +79,5 @@ bool GeoLookup::lookup(const std::string& target, GeoIPRecord **gir,
|
||||
|
||||
|
||||
} // namespace Utils
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
|
@@ -59,6 +59,6 @@ class GeoLookup {
|
||||
|
||||
|
||||
} // namespace Utils
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_UTILS_GEO_LOOKUP_H_
|
||||
|
@@ -111,5 +111,5 @@ bool HttpsClient::download(const std::string &uri) {
|
||||
#endif
|
||||
|
||||
} // namespace Utils
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
|
@@ -52,6 +52,6 @@ class HttpsClient {
|
||||
|
||||
|
||||
} // namespace Utils
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_UTILS_HTTPS_CLIENT_H_
|
||||
|
@@ -148,4 +148,4 @@ bool IpTree::contains(const std::string& ip) {
|
||||
|
||||
|
||||
} // namespace Utils
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@@ -46,6 +46,6 @@ class IpTree {
|
||||
|
||||
|
||||
} // namespace Utils
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_UTILS_IP_TREE_H_
|
||||
|
@@ -67,4 +67,4 @@ int regex_search(const std::string& s, const Regex& regex) {
|
||||
}
|
||||
|
||||
} // namespace Utils
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@@ -55,6 +55,6 @@ int regex_search(const std::string& s, const Regex& r);
|
||||
|
||||
|
||||
} // namespace Utils
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_UTILS_REGEX_H_
|
||||
|
@@ -279,5 +279,5 @@ void SHA1::read(std::istream *is, std::string *s, int k_max) {
|
||||
}
|
||||
|
||||
} // namespace Utils
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
|
@@ -73,6 +73,6 @@ class SHA1 {
|
||||
};
|
||||
|
||||
} // namespace Utils
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_UTILS_SHA1_H_
|
||||
|
Reference in New Issue
Block a user