Update CONTRIBUTING.md

This commit is contained in:
Don HO 2015-08-04 01:47:14 +02:00
parent f6b7bb0469
commit 7a43154934

View File

@ -54,7 +54,7 @@ In short: The easier the code review is, the better the chance your pull request
* ###### Good: * ###### Good:
```cpp ```cpp
if (10 == a && 42 == b) if (a == 10 && b == 42)
``` ```
* ###### Bad: * ###### Bad: