Skip to content

Commit 9fb75d2

Browse files
airweentheseion
andauthored
Reformat code block with brackets
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
1 parent abed778 commit 9fb75d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

headers/modsecurity/rules_set_properties.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ class ConfigValue {
166166

167167
private:
168168
static inline void set_error(std::string* err, const char* msg) {
169-
if (err) *err = msg;
169+
if (err) {
170+
*err = msg;
171+
}
170172
}
171173
};
172174

0 commit comments

Comments
 (0)