clang formatting

This commit is contained in:
Alex
2024-01-26 13:05:07 -05:00
parent 365502d819
commit e2f8892278
8 changed files with 12 additions and 12 deletions

View File

@ -421,7 +421,7 @@ class LinkerImpl final : public Linker
SearchPaths& sourceSearchPaths) const
{
SoundBankWriter::OutputPath = fs::path(m_args.GetOutputFolderPathForProject(projectName));
const auto zone = CreateZoneForDefinition(targetName, zoneDefinition, &assetSearchPaths, &gdtSearchPaths, &sourceSearchPaths);
auto result = zone != nullptr;
if (zone)