summaryrefslogtreecommitdiffstats
path: root/docs/CONTRIBUTING
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-02-12 20:49:53 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-02-12 20:49:53 +0000
commitb411f5eee54e09c3baeb0a6b089bf6e29dd9b790 (patch)
tree0a9cbe837d8ca60852c07b66bd8cc51fee81cf03 /docs/CONTRIBUTING
parent39be5ff9ffffe8952396a919fc65a4e324fb888d (diff)
downloadrockbox-b411f5eee54e09c3baeb0a6b089bf6e29dd9b790.tar.gz
rockbox-b411f5eee54e09c3baeb0a6b089bf6e29dd9b790.zip
fix layout so it actually looks consistent. Nothing worse than bad looking style guides!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19990 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/CONTRIBUTING')
-rw-r--r--docs/CONTRIBUTING2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index 0b43d67eaa..022e124b11 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -29,7 +29,7 @@ Write normal C code. Don't redefine the language. No new types (structs are
structs, not typedefs), no C++isms or Javaisms.
Identifiers
------
+-----------
We do not want mixed case identifiers.
Variables and function names should be all lower case.
Struct and enum names should be all lower case.