From fdced419e3c5c82dba507d54c667de2176a199fa Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Tue, 3 Oct 2017 14:36:12 +0200 Subject: [PATCH] Updated Coding Style (markdown) --- Coding-Style.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Coding-Style.md b/Coding-Style.md index 061cac2..f412b7d 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -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;