]> git.0d.be Git - empathy.git/commitdiff
coding style fixes
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 27 May 2010 15:03:11 +0000 (17:03 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 27 May 2010 15:03:11 +0000 (17:03 +0200)
libempathy/empathy-chatroom-manager.c
src/empathy-chat-window.c

index 57aa75402202d1142acdf8ac15b3eac52c6d594b..be91657b2489886e23480218319894632d376df1 100644 (file)
@@ -657,7 +657,7 @@ empathy_chatroom_manager_ensure_chatroom (EmpathyChatroomManager *manager,
        chatroom = empathy_chatroom_manager_find (manager, account, room);
 
        if (chatroom) {
-               return g_object_ref(chatroom);
+               return g_object_ref (chatroom);
        } else {
                chatroom = empathy_chatroom_new_full (account,
                        room,
index 97b7026c5c40484cfd1335ea3fcc02700b26f2ba..73c5f9472f5fd77f769e35a6627fb98527e59f54 100644 (file)
@@ -843,7 +843,7 @@ chat_window_favorite_toggled_cb (GtkToggleAction   *toggle_action,
                     empathy_chat_get_name (priv->current_chat));
 
        empathy_chatroom_set_favorite (chatroom, active);
-       g_object_unref(chatroom);
+       g_object_unref (chatroom);
 }
 
 static void
@@ -867,7 +867,7 @@ chat_window_always_urgent_toggled_cb (GtkToggleAction   *toggle_action,
                     empathy_chat_get_name (priv->current_chat));
 
        empathy_chatroom_set_always_urgent (chatroom, active);
-       g_object_unref(chatroom);
+       g_object_unref (chatroom);
 }
 
 static void