mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-05 02:31:55 +00:00
Reformat code with clang format
This commit is contained in:
@ -2,8 +2,7 @@
|
||||
|
||||
using namespace sdd;
|
||||
|
||||
UndefinedType::UndefinedType()
|
||||
= default;
|
||||
UndefinedType::UndefinedType() = default;
|
||||
|
||||
UndefinedType::UndefinedType(std::string name, const TokenPos firstUsagePos)
|
||||
: m_name(std::move(name)),
|
||||
|
Reference in New Issue
Block a user