summaryrefslogtreecommitdiff
path: root/docs/CONTRIBUTING
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-03-21 21:35:21 -0400
committerFranklin Wei <git@fwei.tk>2017-03-22 19:01:38 -0400
commit4f03c566cc4074bd8bbc35b212d0d0ce839c5c24 (patch)
tree4b3416b2a61f4cb85319ec0d7fd88ce5c2fe4def /docs/CONTRIBUTING
parentbfd04df4807197261b9d36f16c5788a733129c05 (diff)
downloadrockbox-4f03c566cc4074bd8bbc35b212d0d0ce839c5c24.tar.gz
rockbox-4f03c566cc4074bd8bbc35b212d0d0ce839c5c24.zip
Fix self-contradictory code indentation and formatting in CONTRIBUTING
Change-Id: I6b8a47f557c681d26e12781c733bca8f7433959e
Diffstat (limited to 'docs/CONTRIBUTING')
-rw-r--r--docs/CONTRIBUTING4
1 files 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:
49 49
50 int foo(char *name) 50 int foo(char *name)
51 { 51 {
52 return FOO_NAME: 52 return FOO_NAME:
53 } 53 }
54 54
55Always indent your code with four spaces. Don't use TAB characters, as that 55Always 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
66letters as they will only appear weird in some camps no matter what. 66letters as they will only appear weird in some camps no matter what.
67 67
68Contributing code 68Contributing code
69------- 69-----------------
70We have a public code review system based on git, which is also how you can 70We have a public code review system based on git, which is also how you can
71check out the latest version of the Rockbox sources. 71check out the latest version of the Rockbox sources.
72See http://www.rockbox.org/wiki/UsingGit for details on how to setup your 72See http://www.rockbox.org/wiki/UsingGit for details on how to setup your