summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-08-30 10:34:16 +0200
committerwm4 <wm4@nowhere>2017-08-30 10:34:16 +0200
commit93d40ac4801a4eeeeb865bde29bac9c12149f5e4 (patch)
treed6cf229fee519e2b5adf5f11de317d7d85b6581a
parenta9571fcc0f3d8c3f9033170660dc3b39103b2867 (diff)
downloadmpv-93d40ac4801a4eeeeb865bde29bac9c12149f5e4.tar.bz2
mpv-93d40ac4801a4eeeeb865bde29bac9c12149f5e4.tar.xz
DOCS/contribute.md: coding style exception
-rw-r--r--DOCS/contribute.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/contribute.md b/DOCS/contribute.md
index c2490e5045..f509a9a809 100644
--- a/DOCS/contribute.md
+++ b/DOCS/contribute.md
@@ -140,6 +140,8 @@ mpv uses C99 with K&R formatting, with some exceptions.
...
}
```
+
+ (If the if body is simple enough, this rule can be skipped.)
- Remove any trailing whitespace.
General coding