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:
parent
39be5ff9ff
commit
b411f5eee5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue