mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Updated Coding Style (markdown)
@@ -52,7 +52,6 @@ static rct_peep * CreateGuest(sint32 spawnIndex);
|
||||
static rct_peep * GetLastGuest()
|
||||
{
|
||||
/// all braces must be on their own lines.
|
||||
/// Always place braces on if/else statements.
|
||||
if (gNumGuests == 0)
|
||||
{
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user