From e9ad1e494f93eb7afb77a8d87daf33b915b2eebb Mon Sep 17 00:00:00 2001 From: LibretroAdmin <105389611+LibretroAdmin@users.noreply.github.com> Date: Tue, 4 Oct 2022 17:53:52 +0200 Subject: [PATCH] Update CODING-GUIDELINES --- CODING-GUIDELINES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING-GUIDELINES b/CODING-GUIDELINES index e367f5919f..bd914f6108 100644 --- a/CODING-GUIDELINES +++ b/CODING-GUIDELINES @@ -116,5 +116,5 @@ Miscellaneous - 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. 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