[empathy] empathy-chat-window: fix coding style



commit 207cbc71756c2891d4662fd9a060a9aeaa69650d
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri May 15 16:49:59 2009 +0100

    empathy-chat-window: fix coding style
---
 src/empathy-chat-window.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 859b53b..4d6a092 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -954,8 +954,8 @@ chat_window_new_message_cb (EmpathyChat       *chat,
 		return;
 	}
 
-	/* If empathy_chat_is_room() returns TRUE, that means it's a named MUC.
-	 * If empathy_chat_get_remote_contact() returns NULL, that means it's
+	/* If empathy_chat_is_room () returns TRUE, that means it's a named MUC.
+	 * If empathy_chat_get_remote_contact () returns NULL, that means it's
 	 * an unamed MUC (msn-like).
 	 * In case of a MUC, we set urgency only if the message contains our
 	 * alias. */
@@ -1213,7 +1213,7 @@ chat_window_drag_data_received (GtkWidget        *widget,
 		/* We should return TRUE to remove the data when doing
 		 * GDK_ACTION_MOVE, but we don't here otherwise it has
 		 * weird consequences, and we handle that internally
-		 * anyway with add_chat() and remove_chat().
+		 * anyway with add_chat () and remove_chat ().
 		 */
 		gtk_drag_finish (context, TRUE, FALSE, time);
 	}
@@ -1223,7 +1223,7 @@ chat_window_drag_data_received (GtkWidget        *widget,
 
 		DEBUG ("DND tab");
 
-		chat = (void*) selection->data;
+		chat = (void *) selection->data;
 		old_window = chat_window_find_chat (*chat);
 
 		if (old_window) {
@@ -1244,7 +1244,7 @@ chat_window_drag_data_received (GtkWidget        *widget,
 		/* We should return TRUE to remove the data when doing
 		 * GDK_ACTION_MOVE, but we don't here otherwise it has
 		 * weird consequences, and we handle that internally
-		 * anyway with add_chat() and remove_chat().
+		 * anyway with add_chat () and remove_chat ().
 		 */
 		gtk_drag_finish (context, TRUE, FALSE, time);
 	} else {



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