From b411f5eee54e09c3baeb0a6b089bf6e29dd9b790 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Thu, 12 Feb 2009 20:49:53 +0000 Subject: 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 --- docs/CONTRIBUTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3