mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
indent: Fix indentation of an if block.
--
This commit is contained in:
parent
6b4abf1d49
commit
aababe237d
1 changed files with 18 additions and 18 deletions
|
@ -1093,7 +1093,7 @@ list_keyblock_colon( KBNODE keyblock, int secret, int fpr )
|
|||
colon_strtime (pk->expiredate) );
|
||||
if( !opt.fast_list_mode && !opt.no_expensive_trust_checks )
|
||||
putchar( get_ownertrust_info(pk) );
|
||||
putchar(':');
|
||||
putchar(':');
|
||||
}
|
||||
|
||||
if (opt.fixed_list_mode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue