mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Add line breaks after template declarations (#23086)
* Add line breaks after template declarations * Additional clang-format patches
This commit is contained in:
@@ -472,7 +472,8 @@ private:
|
||||
LOG_VERBOSE("%u / %u objects unloaded", numObjectsUnloaded, totalObjectsLoaded);
|
||||
}
|
||||
|
||||
template<typename T> void UpdateSceneryGroupIndexes(ObjectType type)
|
||||
template<typename T>
|
||||
void UpdateSceneryGroupIndexes(ObjectType type)
|
||||
{
|
||||
auto& list = GetObjectList(type);
|
||||
for (auto* loadedObject : list)
|
||||
|
||||
Reference in New Issue
Block a user