diff options
Diffstat (limited to 'libempathy/empathy-chatroom-manager.c')
-rw-r--r-- | libempathy/empathy-chatroom-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-chatroom-manager.c b/libempathy/empathy-chatroom-manager.c index 57aa75402..be91657b2 100644 --- a/libempathy/empathy-chatroom-manager.c +++ b/libempathy/empathy-chatroom-manager.c @@ -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, |