1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Add line breaks after template declarations (#23086)

* Add line breaks after template declarations

* Additional clang-format patches
This commit is contained in:
Aaron van Geffen
2024-10-29 16:54:01 +01:00
committed by GitHub
parent 0669eba3b2
commit 80b63a5ae7
129 changed files with 867 additions and 430 deletions

View File

@@ -15,7 +15,8 @@
using namespace OpenRCT2;
// Required for GetEntity to return a default
template<> bool EntityBase::Is<EntityBase>() const
template<>
bool EntityBase::Is<EntityBase>() const
{
return true;
}