mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Reformat code block with brackets
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
@@ -166,7 +166,9 @@ protected:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
static inline void set_error(std::string* err, const char* msg) {
|
static inline void set_error(std::string* err, const char* msg) {
|
||||||
if (err) *err = msg;
|
if (err) {
|
||||||
|
*err = msg;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user