Home GnuPG
Diffusion GnuPG 4619ea8e5192

gpg: Re-indent check_key_signature2.
4619ea8e5192Unpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

gpg: Re-indent check_key_signature2.

I am considering some changes and thus better start off by switching
to standard GNU indentation. This patch also changes comment lines
like

if (foo)
  /* Comment on foo.  */
  {

to

if (foo)
  { /* Comment on foo.  */

or

if (foo) /* Comment on foo.  */
  {

to make the brace of the opening block stand out immediately.

Further stars on the left are added to longer comments because that
makes the code easier to read by disabled hackers, when reading
without font locking, and for reading black-white printouts.

Details

Provenance
wernerAuthored on Jan 12 2016, 10:41 AM
Parents
rG4b4639b0b04d: common: Fix iobuf API of filter function for alignment.
Branches
Unknown
Tags
Unknown

Event Timeline

Werner Koch <wk@gnupg.org> committed rG4619ea8e5192: gpg: Re-indent check_key_signature2. (authored by Werner Koch <wk@gnupg.org>).Jan 12 2016, 10:42 AM