From 93d40ac4801a4eeeeb865bde29bac9c12149f5e4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 30 Aug 2017 10:34:16 +0200 Subject: DOCS/contribute.md: coding style exception --- DOCS/contribute.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DOCS') 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 -- cgit v1.2.3