diff options
| author | Neal H. Walfield <[email protected]> | 2016-09-14 13:21:14 +0000 |
|---|---|---|
| committer | Neal H. Walfield <[email protected]> | 2016-09-14 13:22:11 +0000 |
| commit | 9799b5d18f8fd29872b75c4d70d370af2b4e9a89 (patch) | |
| tree | 504a9bb62ce795e6ba846ee8539052e18398eae7 | |
| parent | g10: Correctly compute the euclidean distance. (diff) | |
| download | gnupg-9799b5d18f8fd29872b75c4d70d370af2b4e9a89.tar.gz gnupg-9799b5d18f8fd29872b75c4d70d370af2b4e9a89.zip | |
g10: Fix whitespace.
* g10/tofu.c (show_statistics): Fix whitespace.
--
Signed-off-by: Neal H. Walfield <[email protected]>
| -rw-r--r-- | g10/tofu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c index 5cc1c229a..0cd3f1257 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -2756,7 +2756,7 @@ show_statistics (tofu_dbs_t dbs, const char *fingerprint, " a message to this key and user id!\n")); else if (encryption_count == 1) log_info (_("Warning: you have only encrypted" - " one message to this key and user id!\n")); + " one message to this key and user id!\n")); /* Cf. write_stats_status */ if (sqrtu32 (encryption_count * encryption_count |
