refactor: fix clang-tidy auto*, const&, and curly braces (#5083)
This commit is contained in:
@@ -56,9 +56,13 @@ public:
|
||||
void set(T flag, bool value)
|
||||
{
|
||||
if (value)
|
||||
{
|
||||
this->set(flag);
|
||||
}
|
||||
else
|
||||
{
|
||||
this->unset(flag);
|
||||
}
|
||||
}
|
||||
|
||||
bool has(T flag) const
|
||||
|
||||
Reference in New Issue
Block a user