mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Cosmetics: Fix coding style
This commit is contained in:
@@ -25,7 +25,7 @@ namespace ModSecurity {
|
||||
/** @ingroup ModSecurity_CPP_API */
|
||||
class DebugLogWriterAgent : public std::ofstream {
|
||||
public:
|
||||
DebugLogWriterAgent(const std::string& fileName);
|
||||
explicit DebugLogWriterAgent(const std::string& fileName);
|
||||
~DebugLogWriterAgent() {
|
||||
if (is_open()) {
|
||||
close();
|
||||
|
Reference in New Issue
Block a user