mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
Coding style: changes the namespace in the comments
This commit is contained in:
@@ -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