treewide: clang-format

This commit is contained in:
Austin Horstman
2024-06-15 18:44:46 -05:00
parent f9e693b2a2
commit b114b1155c
11 changed files with 37 additions and 40 deletions

View File

@ -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)