diff options
-rw-r--r-- | CodingStyle | 1 |
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: |