DOCS/contribute.md: coding style exception

This commit is contained in:
wm4 2017-08-30 10:34:16 +02:00
parent a9571fcc0f
commit 93d40ac480
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ mpv uses C99 with K&R formatting, with some exceptions.
...
}
```
(If the if body is simple enough, this rule can be skipped.)
- Remove any trailing whitespace.
General coding