Another quick CONTRIBUTING fix.

This commit is contained in:
Pietro Gagliardi 2017-06-10 17:08:10 -04:00
parent 0c7ca9a346
commit 39530a0a2e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Despite using C++, please refrain from using the following:
The following are not recommended, for consistency with the rest of libui:
- variable declarations anywhere in a function (keep them all at the top)
- `for (int...` (C++11 foreach syntax is fine, though)
- `for (int x...` (C++11 foreach syntax is fine, though)
- omitting the `struct` on type names for ordinary structs
The format of a class should be