[Pkg-gnupg-commit] [gnupg2] 166/185: indent: Wrap an overlong line.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Aug 7 11:55:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 6d95611d01b0768a365173668a878e903e3078e9
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Jul 27 11:41:40 2017 +0200

    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 542c1a5..6a3d323 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);
             }
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list