mirror of https://github.com/mpv-player/mpv
DOCS: minor update to coding style
This commit is contained in:
parent
8ec9bce2d3
commit
6f507d14c1
|
@ -118,6 +118,8 @@ mpv uses C99 with K&R formatting, with some exceptions.
|
|||
very_long_condition_b)
|
||||
{
|
||||
code();
|
||||
} else {
|
||||
...
|
||||
}
|
||||
```
|
||||
- Remove any trailing whitespace.
|
||||
|
|
Loading…
Reference in New Issue