Cosmetics: assorted fixes on the coding style

This commit is contained in:
Felipe Zimmerle
2017-01-20 17:33:33 -03:00
committed by Felipe Zimmerle
parent a88dc8efa9
commit c1f11ab4e5
69 changed files with 76 additions and 125 deletions

View File

@@ -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),