Update CODING-GUIDELINES

This commit is contained in:
LibretroAdmin 2022-10-04 17:53:52 +02:00 committed by GitHub
parent 1eebd1196e
commit e9ad1e494f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,5 +116,5 @@ Miscellaneous
- Brace usage follows "Allman style". The brace associated with a control statement is placed on the following line, - Brace usage follows "Allman style". The brace associated with a control statement is placed on the following line,
indented to the same level as the control statement. indented to the same level as the control statement.
Statements within the braces are indented to the next level. Statements within the braces are indented to the next level.
- A single statement block must not include brackets (unless the block uses a macro that expends into multiple lines) - A single statement block must not include brackets (unless the block uses a macro that expands into multiple lines)
- If possible, avoid 'while (true)' and use 'for (;;)' instead - If possible, avoid 'while (true)' and use 'for (;;)' instead