Pass through the code to address clang-tidy linting (#3083)

This commit is contained in:
Alexander Bock
2024-03-17 00:58:50 +01:00
committed by GitHub
parent 75681d1d4c
commit 2759c00e4b
457 changed files with 6639 additions and 6519 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ void ModuleEngine::initialize(
{
ZoneScoped;
std::vector<OpenSpaceModule*> modules = AllModules();
const std::vector<OpenSpaceModule*> modules = AllModules();
std::vector<std::string> moduleNames;
moduleNames.reserve(modules.size());