]> git.0d.be Git - empathy.git/commitdiff
Fixed code style
authorJonathan Tellier <jonathan.tellier@gmail.com>
Fri, 12 Jun 2009 15:20:04 +0000 (11:20 -0400)
committerjtellier <jonathan.tellier@collabora.co.uk>
Fri, 12 Jun 2009 15:20:04 +0000 (11:20 -0400)
libempathy-gtk/empathy-smiley-manager.c
libempathy-gtk/empathy-theme-adium.c

index c504d4cdb7b29509d2b23faa5a322ede79ca7b12..e8f6234245ebd3f6ad23ce57eb79794ef8fbd0c7 100644 (file)
@@ -122,7 +122,7 @@ smiley_manager_finalize (GObject *object)
                EmpathySmiley *smiley = l->data;
 
                /* The smiley got the ownership of the path */
-               g_free ((gchar*) smiley->path);
+               g_free ((gchar *) smiley->path);
                empathy_smiley_free (smiley);
        }
        g_slist_free (priv->smileys);
index 1f0c043aa29fb638f34bfbac34a843a14ae8e18e..82384acd1760aed85921a88558febffac2f51489 100644 (file)
@@ -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... */
 }