mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue