mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Reformat code block with brackets
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
parent
abed778b4a
commit
9fb75d2c9a
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user