summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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.