mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Coding style: changes the namespace in the comments
This commit is contained in:
@@ -274,7 +274,7 @@ int msc_process_logging(Assay *assay, int code);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
|
||||
|
@@ -51,7 +51,7 @@ class DebugLog {
|
||||
std::string m_fileName;
|
||||
};
|
||||
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // HEADERS_MODSECURITY_DEBUG_LOG_H_
|
||||
|
@@ -29,7 +29,7 @@ typedef struct ModSecurityIntervention_t {
|
||||
} ModSecurityIntervention;
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // HEADERS_MODSECURITY_INTERVENTION_H_
|
||||
|
@@ -249,7 +249,7 @@ void msc_cleanup(ModSecurity *msc);
|
||||
}
|
||||
|
||||
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // HEADERS_MODSECURITY_MODSECURITY_H_
|
||||
|
@@ -112,7 +112,7 @@ int msc_rules_cleanup(Rules *rules);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // HEADERS_MODSECURITY_RULES_H_
|
||||
|
@@ -205,7 +205,7 @@ class RulesProperties {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // HEADERS_MODSECURITY_RULES_PROPERTIES_H_
|
||||
|
@@ -48,7 +48,7 @@ class Collection : public transaction::Variables {
|
||||
double m_updateRate;
|
||||
};
|
||||
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
|
||||
|
@@ -87,7 +87,7 @@ class Collections :
|
||||
};
|
||||
|
||||
} // namespace transaction
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
|
||||
|
@@ -41,7 +41,7 @@ class Variable {
|
||||
};
|
||||
|
||||
} // namespace transaction
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // HEADERS_MODSECURITY_TRANSACTION_VARIABLE_H_
|
||||
|
@@ -64,7 +64,7 @@ class Variables :
|
||||
};
|
||||
|
||||
} // namespace transaction
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user