mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Cosmetics: assorted fixes on the coding style
This commit is contained in:
committed by
Felipe Zimmerle
parent
a88dc8efa9
commit
c1f11ab4e5
@@ -18,6 +18,7 @@
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <list>
|
||||
#endif
|
||||
|
||||
#include "modsecurity/variable_origin.h"
|
||||
@@ -35,7 +36,7 @@ namespace collection {
|
||||
|
||||
class Variable {
|
||||
public:
|
||||
Variable(const std::string *key) :
|
||||
explicit Variable(const std::string *key) :
|
||||
m_key(key),
|
||||
m_value(),
|
||||
m_dynamic_value(false),
|
||||
|
Reference in New Issue
Block a user