Cosmectics (fix coding style)
authorMikael Berthe <mikael@lilotux.net>
Sat, 21 Nov 2015 18:43:10 +0100
changeset 2238 a34c8b41e0b5
parent 2237 048cff929e4d
child 2239 7625a42eb8a9
Cosmectics (fix coding style)
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) {