summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-01 10:18:06 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-01 10:18:06 +0100
commit6085b66ce169a5b7a9b6df6afac9a07290c733d3 (patch)
treeb2e68a369c70bdae7746944ba05b7b326f7c9d8d
parent88c215486143dc4887b1016540d090c78027ddfa (diff)
coding style fix
-rw-r--r--libempathy-gtk/empathy-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index eb7325339..f68e1cc83 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -776,7 +776,7 @@ chat_command_msg (EmpathyChat *chat,
#endif
static void
-callback_for_request_rename(TpProxy *proxy,
+callback_for_request_rename (TpProxy *proxy,
const GError *error,
gpointer user_data,
GObject *weak_object)