1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Updated Coding Style (markdown)

Michael Steenbeek
2017-10-03 14:36:12 +02:00
parent 2fe6eb0105
commit fdced419e3

@@ -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;