mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Cosmetics: Fix coding style
This commit is contained in:
@@ -32,7 +32,8 @@ class MacroExpansion {
|
||||
MacroExpansion();
|
||||
|
||||
static std::string expand(const std::string& input, Assay *assay);
|
||||
static std::string expandKeepOriginal(const std::string& input, Assay *assay);
|
||||
static std::string expandKeepOriginal(const std::string& input,
|
||||
Assay *assay);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user