# HG changeset patch # User Mikael Berthe # Date 1448127790 -3600 # Node ID a34c8b41e0b5064c822f4d4c813434d69b5c7ad0 # Parent 048cff929e4d3f5c5d17f57eff6cbb6685d881b1 Cosmectics (fix coding style) diff -r 048cff929e4d -r a34c8b41e0b5 mcabber/mcabber/pgp.c --- a/mcabber/mcabber/pgp.c Sat Nov 21 18:29:15 2015 +0100 +++ b/mcabber/mcabber/pgp.c Sat Nov 21 18:43:10 2015 +0100 @@ -101,9 +101,9 @@ gpgme_set_protocol(ctx, GPGME_PROTOCOL_OpenPGP); if (err) return -1; - err = gpgme_get_engine_info (&info); + err = gpgme_get_engine_info(&info); if (!err) { - while (info && info->protocol != gpgme_get_protocol (ctx)) + while (info && info->protocol != gpgme_get_protocol(ctx)) info = info->next; if (info && info->version) {