mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-06 03:01:50 +00:00
chore: update formatting due to updated clang-format version
This commit is contained in:
@ -49,7 +49,7 @@ DefinesStreamProxy::DefineParameterPosition::DefineParameterPosition(const unsig
|
||||
}
|
||||
|
||||
DefinesStreamProxy::Define::Define()
|
||||
: m_contains_token_pasting_operators(false){};
|
||||
: m_contains_token_pasting_operators(false) {};
|
||||
|
||||
DefinesStreamProxy::Define::Define(std::string name, std::string value)
|
||||
: m_name(std::move(name)),
|
||||
|
Reference in New Issue
Block a user