]> git.0d.be Git - empathy.git/commitdiff
Coding style: one declaration per line.
authorWill Thompson <will.thompson@collabora.co.uk>
Thu, 18 Jun 2009 20:26:41 +0000 (21:26 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Fri, 19 Jun 2009 09:04:41 +0000 (10:04 +0100)
libempathy/empathy-tp-chat.c

index 1bee75ed82b4d9e4f0d6376b1180ef7cc881df97..1df1cf8a9a3a39485c1d3e31d1c3ca4a0605cac9 100644 (file)
@@ -914,7 +914,8 @@ tp_chat_group_members_changed_cb (TpChannel     *self,
                                  EmpathyTpChat *chat)
 {
        EmpathyTpChatPriv *priv = GET_PRIV (chat);
-       EmpathyContact *contact, *actor_contact = NULL;
+       EmpathyContact *contact;
+       EmpathyContact *actor_contact = NULL;
        guint i;
 
        if (actor != 0) {