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=f168c27313e4d7b0aabee037dc9c78a5799f0597;hpb=53ab52ac6d2a12ba24f3cfd618c12c99871947ed 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