mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
style: fix formatting
This commit is contained in:
parent
c9a6b10f58
commit
54c37c318e
@ -85,7 +85,7 @@ public:
|
|||||||
std::vector<scr_string_t> usedScriptStrings,
|
std::vector<scr_string_t> usedScriptStrings,
|
||||||
std::vector<IndirectAssetReference> indirectAssetReferences)
|
std::vector<IndirectAssetReference> indirectAssetReferences)
|
||||||
: XAssetInfoGeneric(
|
: XAssetInfoGeneric(
|
||||||
type, std::move(name), static_cast<void*>(ptr), std::move(dependencies), std::move(usedScriptStrings), std::move(indirectAssetReferences))
|
type, std::move(name), static_cast<void*>(ptr), std::move(dependencies), std::move(usedScriptStrings), std::move(indirectAssetReferences))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -97,7 +97,7 @@ public:
|
|||||||
std::vector<IndirectAssetReference> indirectAssetReferences,
|
std::vector<IndirectAssetReference> indirectAssetReferences,
|
||||||
Zone* zone)
|
Zone* zone)
|
||||||
: XAssetInfoGeneric(
|
: XAssetInfoGeneric(
|
||||||
type, std::move(name), static_cast<void*>(ptr), std::move(dependencies), std::move(usedScriptStrings), std::move(indirectAssetReferences), zone)
|
type, std::move(name), static_cast<void*>(ptr), std::move(dependencies), std::move(usedScriptStrings), std::move(indirectAssetReferences), zone)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user