From 6d95611d01b0768a365173668a878e903e3078e9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 27 Jul 2017 11:41:40 +0200 Subject: [PATCH] indent: Wrap an overlong line. -- Folks, please set your editors to 80 columns to notice such flaws. --- g10/keygen.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); }