From 4f03c566cc4074bd8bbc35b212d0d0ce839c5c24 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 21 Mar 2017 21:35:21 -0400 Subject: Fix self-contradictory code indentation and formatting in CONTRIBUTING Change-Id: I6b8a47f557c681d26e12781c733bca8f7433959e --- docs/CONTRIBUTING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING index f31b1a8752..22300199a8 100644 --- a/docs/CONTRIBUTING +++ b/docs/CONTRIBUTING @@ -49,7 +49,7 @@ Braces for function declarations are put in a new line under the name, as in: int foo(char *name) { - return FOO_NAME: + return FOO_NAME: } Always indent your code with four spaces. Don't use TAB characters, as that @@ -66,7 +66,7 @@ Use UTF-8 character set, but try to refrain from using any non-ascii letters as they will only appear weird in some camps no matter what. Contributing code -------- +----------------- We have a public code review system based on git, which is also how you can check out the latest version of the Rockbox sources. See http://www.rockbox.org/wiki/UsingGit for details on how to setup your -- cgit v1.2.3