mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-12 21:06: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:
|
||||
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