[empathy: 8/11] Coding style: one declaration per line.



commit 367084af410d31a3fa8a9f040dd70ba5238816f4
Author: Will Thompson <will thompson collabora co uk>
Date:   Thu Jun 18 21:26:41 2009 +0100

    Coding style: one declaration per line.

 libempathy/empathy-tp-chat.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index 1bee75e..1df1cf8 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -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) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]