1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fixed whitespace

This commit is contained in:
James Booth 2015-03-22 00:15:23 +00:00
parent 2490c3ed20
commit 1d90cc7894

View File

@ -42,7 +42,7 @@
void
p_gpg_init(void)
{
char *version = gpgme_check_version (NULL);
char *version = gpgme_check_version (NULL);
log_debug("GPG: Found gpgme version: %s",version);
gpgme_set_locale(NULL, LC_CTYPE, setlocale(LC_CTYPE, NULL));
}