summaryrefslogtreecommitdiff
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
29structs, not typedefs), no C++isms or Javaisms. 29structs, not typedefs), no C++isms or Javaisms.
30 30
31Identifiers 31Identifiers
32----- 32-----------
33We do not want mixed case identifiers. 33We do not want mixed case identifiers.
34Variables and function names should be all lower case. 34Variables and function names should be all lower case.
35Struct and enum names should be all lower case. 35Struct and enum names should be all lower case.