aboutsummaryrefslogtreecommitdiff
path: root/DevDocs/code-style.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DevDocs/code-style.txt')
-rw-r--r--DevDocs/code-style.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevDocs/code-style.txt b/DevDocs/code-style.txt
index d008a5c..cdbc666 100644
--- a/DevDocs/code-style.txt
+++ b/DevDocs/code-style.txt
@@ -169,7 +169,7 @@ In no particular order:
Bad example:
call_function("parameter 1 takes up some space", param_2 + 5, another_var,
- x);
+ x);
Good example:
call_function("parameter 1 takes up some space", param_2 + 5,