Skip to content

Commit 1167460

Browse files
committed
Please consider the following formatting changes
1 parent 60245e7 commit 1167460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Utils/include/CommonUtils/EnumFlags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ class EnumFlags
398398
// Sets flags from a string representation.
399399
// This can be either from a number representation (binary or digits) or
400400
// a concatenation of the enums members name e.g., 'Enum1|Enum2|...'
401-
void set(const std::string& s="", int base = 2)
401+
void set(const std::string& s = "", int base = 2)
402402
{
403403
// on throw restore previous state and rethrow
404404
const U prev = mBits;

0 commit comments

Comments
 (0)