Home GnuPG
Diffusion GnuPG d61546521b71

common: Reformat some comments in iobuf.c

Description

common: Reformat some comments in iobuf.c

Comments with stars on the left side are easier to read. Also a
long comment in the form

if (...)
   /* This is a comment
    * for the next block */
  {
     ...
  }

makes it hard to see the start of a block or hides a forgotten block.
In contrast to GNU common use we don't want this but put the comment
either into the block or with adjusted wording above the condition.

Details

Provenance
wernerAuthored on Fri, Oct 10, 10:28 AM
Parents
rG4050139d46fb: gpg: Minor clean up for keydb_lock API.
Branches
Unknown
Tags
Unknown