DOCS: minor update to coding style

This commit is contained in:
wm4 2015-03-08 15:51:47 +01:00
parent 8ec9bce2d3
commit 6f507d14c1
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ mpv uses C99 with K&R formatting, with some exceptions.
very_long_condition_b)
{
code();
} else {
...
}
```
- Remove any trailing whitespace.