clang-format
authorRichard Russon <rich@flatcap.org>
Fri, 13 Oct 2017 12:29:47 +0000 (13:29 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 13 Oct 2017 12:29:47 +0000 (13:29 +0100)
ncrypt/crypt_gpgme.c
ncrypt/pgpkey.c
ncrypt/smime.c

index 5bcc49adacfcb21a1f11fab7e85577368a430fab..9b45ea480a94b4088b296d049425875ee5c87250 100644 (file)
@@ -4541,7 +4541,7 @@ static struct CryptKeyInfo *crypt_ask_for_key(char *tag, char *whatfor, short ab
     if ((key = crypt_getkeybystr(resp, abilities, app, forced_valid)))
       return key;
 
-    mutt_error(_("No matching keys found for \"%s\""), resp); 
+    mutt_error(_("No matching keys found for \"%s\""), resp);
     mutt_sleep(0);
   }
   /* not reached */
index e3516c52189eb8b8c9dd62f33737651fcab7c5d9..f16d714575e290a0a406e79246414a835818ce1b 100644 (file)
@@ -702,7 +702,7 @@ struct PgpKeyInfo *pgp_ask_for_key(char *tag, char *whatfor, short abilities, en
     if ((key = pgp_getkeybystr(resp, abilities, keyring)))
       return key;
 
-    mutt_error(_("No matching keys found for \"%s\""), resp); 
+    mutt_error(_("No matching keys found for \"%s\""), resp);
     mutt_sleep(0);
   }
   /* not reached */
index cebeefe160cc6f040d925a69fcd1f457db8190da..408b981cc518e2588365a56771dc6064e8635eb3 100644 (file)
@@ -755,7 +755,7 @@ static struct SmimeKey *smime_ask_for_key(char *prompt, short abilities, short p
     if ((key = smime_get_key_by_str(resp, abilities, public)))
       return key;
 
-    mutt_error(_("No matching keys found for \"%s\""), resp); 
+    mutt_error(_("No matching keys found for \"%s\""), resp);
     mutt_sleep(0);
   }
 }