diff -r d8aa47a78f55 -r 29d788c72350 libpurple/protocols/gg/deprecated.c --- a/libpurple/protocols/gg/deprecated.c Mon Feb 03 22:16:43 2014 +0100 +++ b/libpurple/protocols/gg/deprecated.c Tue Feb 04 00:30:47 2014 +0100 @@ -47,8 +47,7 @@ return FALSE; } - if (purple_proxy_info_get_type(gpi) == PURPLE_PROXY_NONE) - { + if (purple_proxy_info_get_type(gpi) == PURPLE_PROXY_NONE) { gg_proxy_enabled = 0; return TRUE; }