removes unintentional heading

This commit is contained in:
Chris 2021-01-22 15:58:17 -08:00 committed by GitHub
parent 79bfa181dd
commit 5e5748c99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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