[Pkg-gnupg-commit] [gnupg2] 14/241: gpg: Fix formatting.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Dec 9 20:31:47 UTC 2015


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

dkg pushed a commit to branch master
in repository gnupg2.

commit 253afa244487dd8129816615ac2865c9fe812aaf
Author: Neal H. Walfield <neal at g10code.com>
Date:   Mon Oct 19 10:36:21 2015 +0200

    gpg: Fix formatting.
    
    * g10/tofu.c (get_trust): Fix formatting.
    
    --
    Signed-off-by: Neal H. Walfield <neal at g10code.com>
---
 g10/tofu.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/g10/tofu.c b/g10/tofu.c
index 6510927..a7f9e90 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -1634,12 +1634,12 @@ get_trust (struct db *dbs, const char *fingerprint, const char *email,
 	if (strcmp (text, "TOFU detected a binding conflict") == 0)
 	  /* No translation.  Use the English text.  */
 	  text =
-	    "Normally, there is only a single key associated with an email"
-	    "address.  However, people sometimes generate a new key if"
-	    "their key is too old or they think it might be compromised."
-	    "Alternatively, a new key may indicate a man-in-the-middle attack!"
-	    "Before accepting this key, you should talk to or call the person"
-	    "to make sure this new key is legitimate.";
+	    "Normally, there is only a single key associated with an email "
+	    "address.  However, people sometimes generate a new key if "
+	    "their key is too old or they think it might be compromised.  "
+	    "Alternatively, a new key may indicate a man-in-the-middle"
+	    "attack!  Before accepting this key, you should talk to or "
+	    "call the person to make sure this new key is legitimate.";
 	es_fprintf (fp, "\n%s\n", text);
       }
 

-- 
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