mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
indent: Fix indentation of an if block.
--
This commit is contained in:
parent
6b4abf1d49
commit
aababe237d
@ -1093,7 +1093,7 @@ list_keyblock_colon( KBNODE keyblock, int secret, int fpr )
|
|||||||
colon_strtime (pk->expiredate) );
|
colon_strtime (pk->expiredate) );
|
||||||
if( !opt.fast_list_mode && !opt.no_expensive_trust_checks )
|
if( !opt.fast_list_mode && !opt.no_expensive_trust_checks )
|
||||||
putchar( get_ownertrust_info(pk) );
|
putchar( get_ownertrust_info(pk) );
|
||||||
putchar(':');
|
putchar(':');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (opt.fixed_list_mode) {
|
if (opt.fixed_list_mode) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user