summaryrefslogtreecommitdiffstats
path: root/util/generic/flags.h
diff options
context:
space:
mode:
authora-square <[email protected]>2022-02-10 16:50:24 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:50:24 +0300
commita01c1f7b71b4422f01b11d9ea45bfd88e228c968 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/generic/flags.h
parent34f3f9bd7972f67d913075206081554a3e39a0de (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/generic/flags.h')
-rw-r--r--util/generic/flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/flags.h b/util/generic/flags.h
index 4af19104b14..a1f5921d423 100644
--- a/util/generic/flags.h
+++ b/util/generic/flags.h
@@ -39,7 +39,7 @@ public:
using TEnum = Enum;
using TInt = std::underlying_type_t<Enum>;
- constexpr TFlags(std::nullptr_t = 0)
+ constexpr TFlags(std::nullptr_t = 0)
: Value_(0)
{
}