From f3e7e7d24461f07b2d4752c154d5c0a68dabf23e Mon Sep 17 00:00:00 2001 From: Jonathan Tellier Date: Fri, 12 Jun 2009 11:20:04 -0400 Subject: Fixed code style --- libempathy-gtk/empathy-theme-adium.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk/empathy-theme-adium.c') diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 1f0c043aa..82384acd1 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -475,7 +475,7 @@ theme_adium_append_message (EmpathyChatView *view, name = empathy_contact_get_name (sender); /* If this is a /me, append an event */ - if (empathy_message_get_tptype(msg) == TP_CHANNEL_TEXT_MESSAGE_TYPE_ACTION) { + if (empathy_message_get_tptype (msg) == TP_CHANNEL_TEXT_MESSAGE_TYPE_ACTION) { gchar *str; str = g_strdup_printf ("%s %s", name, body); @@ -560,7 +560,7 @@ static void theme_adium_scroll (EmpathyChatView *view, gboolean allow_scrolling) { - /* FIXME: Is it possible? I guess we need a js function, but I don't + /* FIXME: Is it possible? I guess we need a js function, but I don't * see any... */ } -- cgit v1.2.3