summaryrefslogtreecommitdiffstats
path: root/g10/keygen.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-07-27 11:41:40 +0200
committerWerner Koch <wk@gnupg.org>2017-07-27 11:41:40 +0200
commit6d95611d01b0768a365173668a878e903e3078e9 (patch)
treeade29e017356c38bb01e0e765c75349272c32c87 /g10/keygen.c
parentgpg: Avoid output to the tty during import. (diff)
downloadgnupg2-6d95611d01b0768a365173668a878e903e3078e9.tar.xz
gnupg2-6d95611d01b0768a365173668a878e903e3078e9.zip
indent: Wrap an overlong line.
-- Folks, please set your editors to 80 columns to notice such flaws.
Diffstat (limited to 'g10/keygen.c')
-rw-r--r--g10/keygen.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/keygen.c b/g10/keygen.c
index 542c1a5ff..6a3d32345 100644
--- a/g10/keygen.c
+++ b/g10/keygen.c
@@ -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);
}