diff options
author | Werner Koch <[email protected]> | 2017-08-24 17:19:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-08-24 17:19:23 +0000 |
commit | 757302cc7a94633cd9bda5eb4dbe5c6e804b957b (patch) | |
tree | d7e838ac0a40409ae649a746645ac2ad1e78ca54 /scd/app-openpgp.c | |
parent | build: Remove obsolete option from autogen.rc (diff) | |
download | gnupg-757302cc7a94633cd9bda5eb4dbe5c6e804b957b.tar.gz gnupg-757302cc7a94633cd9bda5eb4dbe5c6e804b957b.zip |
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 <[email protected]>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions