Coding style adjustments for nmh-imported code
authormarkus schnalke <meillo@marmaro.de>
Wed, 21 Oct 2015 15:35:14 +0000 (17:35 +0200)
committermarkus schnalke <meillo@marmaro.de>
Wed, 21 Oct 2015 15:35:14 +0000 (17:35 +0200)
commit5d690daafbcd4ed26d19610fcc017999ee5af892
treefcf2f4ffd8172fab09478931c77da973b9262526
parent55ca5bf643035fd37cf0568e5ea73c1a8636b9a6
Coding style adjustments for nmh-imported code

- No documentation in h/prototypes.h, but rather in the sbr/*.c files

- Convert coding style from nmh to mmh:
  + indent with tabs only not with a tab-spaces-mixture
  + no space between function name and opening parenthesis
  + no space on the inner side of parens
  + no trailing space
  + different comment style

- Variable definition at the beginning of the block only (ANSI C)

- Choose meaningful identifier name rather than add a comment to a
  meaningless name
h/prototypes.h
sbr/encode_rfc2047.c
sbr/unquote.c
uip/mhbuild.c
uip/pick.c