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

DOCS: minor update to coding style

This commit is contained in:
wm4 2015-03-08 15:51:47 +01:00
parent 8ec9bce2d3
commit 6f507d14c1

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.