Browse Source

Merge pull request #5 from orcmid/main

remove extra ")" in conventions
main
Ray 3 years ago committed by GitHub
parent
commit
66b91d6c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CONVENTIONS.md

2
CONVENTIONS.md

@ -49,7 +49,7 @@ switch (value) @@ -49,7 +49,7 @@ switch (value)
```
- All conditions are always between parenthesis, but not boolean values:
```c
if ((value > 1) && (value < 50) && valueActive))
if ((value > 1) && (value < 50) && valueActive)
{
}

Loading…
Cancel
Save