0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

DOCS/contribute.md: coding style exception

This commit is contained in:
wm4 2017-08-30 10:34:16 +02:00
parent a9571fcc0f
commit 93d40ac480

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