aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/regex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modules/regex.h b/include/modules/regex.h
index 2fc0b2b4a..acb14e480 100644
--- a/include/modules/regex.h
+++ b/include/modules/regex.h
@@ -37,7 +37,8 @@ namespace Regex
typedef std::shared_ptr<Pattern> PatternPtr;
/** The options to use when matching a pattern. */
- enum PatternOptions : uint8_t
+ enum PatternOptions
+ : uint8_t
{
/** No special matching options apply. */
OPT_NONE = 0,