From 5e5748c99a63f9a59587c3cb9efe9b8d8e2a8555 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 22 Jan 2021 15:58:17 -0800 Subject: [PATCH] removes unintentional heading --- docs/development/CodingStyle.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/development/CodingStyle.md b/docs/development/CodingStyle.md index c840b0645..b9d6b0b9f 100644 --- a/docs/development/CodingStyle.md +++ b/docs/development/CodingStyle.md @@ -39,7 +39,6 @@ int function(int x) } ``` -### Non-function blocks All non-function statement blocks (i.e. `if`, ` switch`, `for`, as well as any others) shall have the opening brace last on the same line, with the following statement on the next line. Closing braces shall be but on the line after the last statement in the block.