aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-27 23:03:11 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-27 23:03:11 +0800
commit246115e48e4b1103132695f20a80bf74fe3640c2 (patch)
treedf3f1bb4f786911ef44fb3db6656d5762640c573 /libempathy
parent9e50b650fef38479ad10c5518e4c85a13f2d7a6e (diff)
downloadgsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.tar
gsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.tar.gz
gsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.tar.bz2
gsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.tar.lz
gsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.tar.xz
gsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.tar.zst
gsoc2013-empathy-246115e48e4b1103132695f20a80bf74fe3640c2.zip
coding style fixes
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-chatroom-manager.c2
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,