mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
removes unintentional heading
This commit is contained in:
parent
79bfa181dd
commit
5e5748c99a
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
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.
|
Closing braces shall be but on the line after the last statement in the block.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue