httpdirfs/src
Fufu Fang 45d8cb8136
changed indentation style
2021-08-31 11:18:39 +01:00
..
README.md changed indentation style 2021-08-31 11:18:39 +01:00
cache.c changed indentation style 2021-08-31 11:18:39 +01:00
cache.h changed indentation style 2021-08-31 11:18:39 +01:00
config.c changed indentation style 2021-08-31 11:18:39 +01:00
config.h changed indentation style 2021-08-31 11:18:39 +01:00
fuse_local.c changed indentation style 2021-08-31 11:18:39 +01:00
fuse_local.h Tidied up some of the comments and formatting 2019-09-01 08:52:18 +01:00
link.c changed indentation style 2021-08-31 11:18:39 +01:00
link.h changed indentation style 2021-08-31 11:18:39 +01:00
log.c changed indentation style 2021-08-31 11:18:39 +01:00
log.h changed indentation style 2021-08-31 11:18:39 +01:00
main.c changed indentation style 2021-08-31 11:18:39 +01:00
network.c changed indentation style 2021-08-31 11:18:39 +01:00
network.h changed indentation style 2021-08-31 11:18:39 +01:00
sonic.c changed indentation style 2021-08-31 11:18:39 +01:00
sonic.h Update documentation for sonic.c / sonic.h 2019-10-28 12:54:01 +00:00
util.c changed indentation style 2021-08-31 11:18:39 +01:00
util.h shortened error log format, changed indentation style 2021-08-31 11:15:00 +01:00

README.md

Coding Convention

  • External variables: capital letters
  • Static global variables: lower case letters
  • Function names: TypeName_verb or verb_noun
  • Type names: camel case with the first letter capitalised, e.g. CamelCase
  • Indentation style: indent -kr -nut *.c *.h