1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-04-17 15:44:34 +02:00

indent: Fix indentation of an if block.

--
This commit is contained in:
Werner Koch 2017-07-19 10:12:00 +02:00
parent 6b4abf1d49
commit aababe237d
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -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) {