X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=CODING_STYLE;h=c5f1e2e6c9265348ac5a10b7a03a1ed3aadc7001;hp=4b84479d2092b5b60e59e8b20981b6c6bce23133;hb=8edb59a98b8571ffb25a7aaedeaca30f38d5ba0b;hpb=c170f3a41bc69ad1eab2dba40cede865f2532bbc diff --git a/CODING_STYLE b/CODING_STYLE index 4b84479d2..c5f1e2e6c 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -2,7 +2,7 @@ - 8ch indent, no tabs - Variables and functions *must* be static, unless they have a - protoype, and are supposed to be exported. + prototype, and are supposed to be exported. - structs in MixedCase, variables + functions in lower_case