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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user