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
This commit is contained in:
Frank Gevaerts 2009-02-12 20:49:53 +00:00
parent 39be5ff9ff
commit b411f5eee5

View file

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