summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CodingStyle1
1 files changed, 1 insertions, 0 deletions
diff --git a/CodingStyle b/CodingStyle
index 56511d93d..fab68608a 100644
--- a/CodingStyle
+++ b/CodingStyle
@@ -42,6 +42,7 @@ Basic rules
if (condition) {
dosomething();
+ dosomethingelse();
}
- both sides of an if / else clause either use or do not use curly braces: