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:
@@ -296,4 +296,4 @@ bool Multipart::process(std::string data) {
|
||||
|
||||
|
||||
} // namespace RequestBodyProcessor
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@@ -58,6 +58,6 @@ class Multipart {
|
||||
};
|
||||
|
||||
} // namespace RequestBodyProcessor
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_REQUEST_BODY_PROCESSOR_MULTIPART_H_
|
||||
|
@@ -139,4 +139,4 @@ bool MultipartBlob::processContentDispositionLine(
|
||||
|
||||
|
||||
} // namespace RequestBodyProcessor
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@@ -49,6 +49,6 @@ class MultipartBlob {
|
||||
};
|
||||
|
||||
} // namespace RequestBodyProcessor
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_REQUEST_BODY_PROCESSOR_MULTIPART_BLOB_H_
|
||||
|
Reference in New Issue
Block a user