Home GnuPG
Diffusion GnuPG 757302cc7a94

indent: Change comment style on two functions

Description

indent: Change comment style on two functions

This is to make those function better readable.

if (foo)
   /* Comment */
   {

   }

is bad style because it requires extra time to notice the begin of the
block and vice versa when noticing the block it is not clear whether
this is an conditioned or unconditioned block.

Having asterisks on the left is better for view impaired people and
for b/w printouts.

  • Signed-off-by: Werner Koch <wk@gnupg.org>

Details

Provenance
wernerAuthored on Aug 24 2017, 7:19 PM
Parents
rG02a5df614a36: build: Remove obsolete option from autogen.rc
Branches
Unknown
Tags
Unknown