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
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index 0b43d67..022e124 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -29,7 +29,7 @@
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.