mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
indent: Wrap an overlong line.
-- Folks, please set your editors to 80 columns to notice such flaws.
This commit is contained in:
parent
fcb62fe20f
commit
6d95611d01
@ -4809,7 +4809,9 @@ do_generate_keypair (ctrl_t ctrl, struct para_data_s *para,
|
||||
tty_printf ("\n");
|
||||
merge_keys_and_selfsig (ctrl, pub_root);
|
||||
|
||||
list_keyblock_direct (ctrl, pub_root, 0, 1, opt.fingerprint || opt.with_fingerprint, 1);
|
||||
list_keyblock_direct (ctrl, pub_root, 0, 1,
|
||||
opt.fingerprint || opt.with_fingerprint,
|
||||
1);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user