pidgin/pidgin

Add braces

2019-10-16, Arkadiy Illarionov
83425a20b512
Parents 006e1985511f
Children 7ebcda5aa5b0
Add braces
--- a/libpurple/protocols/oscar/flap_connection.c Wed Oct 16 12:05:22 2019 +0300
+++ b/libpurple/protocols/oscar/flap_connection.c Wed Oct 16 12:07:48 2019 +0300
@@ -650,8 +650,9 @@
conn = cur->data;
- if (g_slist_find(conn->groups, GUINT_TO_POINTER(group)) != NULL)
+ if (g_slist_find(conn->groups, GUINT_TO_POINTER(group)) != NULL) {
return conn;
+ }
}
return NULL;