changeset 2238:a34c8b41e0b5

Cosmectics (fix coding style)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 21 Nov 2015 18:43:10 +0100
parents 048cff929e4d
children 7625a42eb8a9
files mcabber/mcabber/pgp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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) {