summaryrefslogtreecommitdiffstatshomepage
path: root/CODECONVENTIONS.md
diff options
context:
space:
mode:
Diffstat (limited to 'CODECONVENTIONS.md')
-rw-r--r--CODECONVENTIONS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODECONVENTIONS.md b/CODECONVENTIONS.md
index f9dce71ddd..982b958313 100644
--- a/CODECONVENTIONS.md
+++ b/CODECONVENTIONS.md
@@ -73,7 +73,7 @@ White space:
keyword and the opening parenthesis.
- Put 1 space after a comma, and 1 space around operators.
-Braces:
+Braces:
- Use braces for all blocks, even no-line and single-line pieces of
code.
- Put opening braces on the end of the line it belongs to, not on