Browse Source

remove extra ")" in conventions

some lines that are not completely empty are replaced with empty lines.  This might be a Markdown space-ending line glitch
main
Dennis E. Hamilton 3 years ago
parent
commit
d0834e74e5
  1. 2
      CONVENTIONS.md

2
CONVENTIONS.md

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

Loading…
Cancel
Save