summaryrefslogtreecommitdiffstats
path: root/DOCS/contribute.md
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-08 15:51:47 +0100
committerwm4 <wm4@nowhere>2015-03-08 15:57:46 +0100
commit6f507d14c1b05d6a7ac8bd9b01816de80f168113 (patch)
treee9c3e1af103698ac790063efce6e8622c44c886d /DOCS/contribute.md
parent8ec9bce2d367541f9d3939f773b669beebd0be6d (diff)
downloadmpv-6f507d14c1b05d6a7ac8bd9b01816de80f168113.tar.bz2
mpv-6f507d14c1b05d6a7ac8bd9b01816de80f168113.tar.xz
DOCS: minor update to coding style
Diffstat (limited to 'DOCS/contribute.md')
-rw-r--r--DOCS/contribute.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/contribute.md b/DOCS/contribute.md
index 2c945688b3..224c52494c 100644
--- a/DOCS/contribute.md
+++ b/DOCS/contribute.md
@@ -118,6 +118,8 @@ mpv uses C99 with K&R formatting, with some exceptions.
very_long_condition_b)
{
code();
+ } else {
+ ...
}
```
- Remove any trailing whitespace.