summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-08 15:51:47 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-03-11 12:49:39 +0900
commitfa81e835bc0d496b71777e6a3e46ecd3bc49a759 (patch)
tree5a157165845e73758d9a06958424fb4606309167
parent46cc45223c66083a8518e4e1a688eda06d6d264c (diff)
downloadmpv-fa81e835bc0d496b71777e6a3e46ecd3bc49a759.tar.bz2
mpv-fa81e835bc0d496b71777e6a3e46ecd3bc49a759.tar.xz
DOCS: minor update to coding style
(cherry picked from commit 6f507d14c1b05d6a7ac8bd9b01816de80f168113)
-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.