2
0
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:
Jan
2025-06-28 11:09:03 +01:00
parent 8542675d02
commit 2176480a37
5 changed files with 6 additions and 6 deletions

View File

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