treewide: clang-format
This commit is contained in:
@ -71,7 +71,7 @@ struct TestObject {
|
||||
unsigned copied = 0;
|
||||
unsigned moved = 0;
|
||||
|
||||
TestObject(const T& v) : value(v) {};
|
||||
TestObject(const T& v) : value(v){};
|
||||
~TestObject() = default;
|
||||
|
||||
TestObject(const TestObject& other)
|
||||
|
Reference in New Issue
Block a user