From fa81e835bc0d496b71777e6a3e46ecd3bc49a759 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 8 Mar 2015 15:51:47 +0100 Subject: DOCS: minor update to coding style (cherry picked from commit 6f507d14c1b05d6a7ac8bd9b01816de80f168113) --- DOCS/contribute.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3