Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Aug 3, 2015
1 parent f6b7bb0 commit 7a43154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In short: The easier the code review is, the better the chance your pull request

* ###### Good:
```cpp
if (10 == a && 42 == b)
if (a == 10 && b == 42)
```

* ###### Bad:
Expand Down

0 comments on commit 7a43154

Please sign in to comment.